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

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

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