Fembed
Simple C file embedder
Install / Use
/learn @LordOfTrident/FembedREADME
<h1 align="center">fembed</h1>
<p align="center">
<a href="./LICENSE">
<img alt="License" src="https://img.shields.io/badge/license-GPL-blue?color=7aca00"/>
</a>
<a href="https://github.com/LordOfTrident/fembed/issues">
<img alt="Issues" src="https://img.shields.io/github/issues/LordOfTrident/fembed?color=0088ff"/>
</a>
<a href="https://github.com/LordOfTrident/fembed/pulls">
<img alt="GitHub pull requests" src="https://img.shields.io/github/issues-pr/LordOfTrident/fembed?color=0088ff"/>
</a>
<img width="80%" src="res/thumbnail.png"/>
<br><br><br>
</p>
A simple C file embedding program that can embed a file into a byte array or an array of strings and output it into a file or nicely print it in colors into the standard output.
Clone this repo with
$ git clone --recurse-submodules https://github.com/LordOfTrident/fembed
Table of contents
Quickstart
$ make
$ make install
$ fembed -h
Bugs
If you find any bugs, please create an issue and report them.
Make
Run make all to see all the make rules.
