Files
gram/README.md
T
2026-08-25 21:27:51 +02:00

33 lines
316 B
Markdown

# Gram
Asset packer.
## Usage
```sh
./gram --help
./gram --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
```