mint-cli 1.0.0

Build hex files from a layout file and excel data
Documentation
1
2
3
4
5
6
7
8
9
10
11
## mint

Build flash blocks from a layout file (TOML/YAML/JSON) and an Excel workbook, then emit hex files.

```bash
mint block@examples/block.toml -x examples/data.xlsx -o out
```

Install with `cargo install mint-cli`.

Run `mint --help` for all available options. Example layouts and data are in the `examples/` directory.