https://github.com/determinatesystems/easy-template
An easy templating CLI
https://github.com/determinatesystems/easy-template
Last synced: 12 months ago
JSON representation
An easy templating CLI
- Host: GitHub
- URL: https://github.com/determinatesystems/easy-template
- Owner: DeterminateSystems
- Created: 2025-06-18T17:27:18.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-06-18T18:08:24.000Z (12 months ago)
- Last Synced: 2025-06-18T18:43:46.656Z (12 months ago)
- Language: Nix
- Size: 19.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# easy-template
An easy templating CLI that takes a [Handlebars] template file and a data file (JSON, YAML, and TOML are supported) and spits out a formatted string.
```shell
easy-template README.template.md inputs.yaml > README.md
```
[handlebars]: https://handlebarsjs.com