2.0.0 • Published 8 years ago

confish v2.0.0

Weekly downloads
2
License
BSD-3-Clause
Repository
github
Last release
8 years ago

confish

A tiny module to render json data into dot templates. It is built to work well with my shtore tool.

CLI

JSON data should be passed via stdin. a template file can be specified as the only argument and the rendered template will be printed to stdout.

So to render some data into a template and write it back to disc you could do:

echo '"abc"' | confish template.conf > rendered.conf
2.0.0

8 years ago

1.0.0

8 years ago