An open API service indexing awesome lists of open source software.

https://github.com/kdesp73/baker

An asset baking cli tool and library
https://github.com/kdesp73/baker

baker baking c-programming cli

Last synced: 12 months ago
JSON representation

An asset baking cli tool and library

Awesome Lists containing this project

README

          

#

An asset baking cli tool and library

## Get started

```bash
git clone http://github.com/KDesp73/baker && cd baker
make all
```

## Single file baking

```bash
baker ./image.png -H ./include/assets -C src/assets
```

## Directory baking

```bash
baker assets/ # -s for baking all assets into a single file
```

## License

[MIT](./LICENSE)