27 lines
268 B
Markdown
27 lines
268 B
Markdown
# Sindri
|
|
|
|
Asset packer.
|
|
|
|
## Usage
|
|
|
|
```sh
|
|
./sindri --help
|
|
./sindri --input <path> --output <path>
|
|
```
|
|
|
|
## Compiling
|
|
|
|
### Dependencies
|
|
|
|
- `odin`
|
|
- `sh` a POSIX compatible shell
|
|
|
|
### Building
|
|
|
|
```sh
|
|
./build.sh
|
|
./build.sh debug
|
|
```
|
|
|
|
<!-- TODO: git hook with fmt setup -->
|