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

https://github.com/thbkrkr/jtpl

Simple json template processor
https://github.com/thbkrkr/jtpl

Last synced: 11 months ago
JSON representation

Simple json template processor

Awesome Lists containing this project

README

          

# jtpl

Fill a template using a JSON.

```
echo '{"config.property":42}' \
jtpl -f config.cfg.tpl \
> config.cfg
```