An open API service indexing awesome lists of open source software.

https://github.com/fdehau/tmpl


https://github.com/fdehau/tmpl

cli rust template

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

![Continuous Integration](https://github.com/fdehau/tmpl/workflows/Continuous%20Integration/badge.svg)
[![Crate Status](https://img.shields.io/crates/v/tmpl.svg)](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)