33 lines
322 B
Markdown
33 lines
322 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
|
|
```
|
|
|
|
## Contributing
|
|
|
|
Make sure to enable git hooks:
|
|
|
|
```sh
|
|
git config core.hooksPath scripts
|
|
```
|