https://github.com/fdehau/tmpl
https://github.com/fdehau/tmpl
cli rust template
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/fdehau/tmpl
- Owner: fdehau
- License: mit
- Created: 2018-03-04T23:55:45.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-04-12T18:14:23.000Z (about 6 years ago)
- Last Synced: 2025-03-25T19:51:07.756Z (over 1 year ago)
- Topics: cli, rust, template
- Language: Rust
- Size: 58.6 KB
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

[](https://crates.io/crates/tmpl)
A very simple cli tool that renders [Tera](https://github.com/Keats/tera)
templates using variables defined in JSON files.
```bash
tmpl vars.json < input.tera > output
```
## License
[MIT](LICENSE)