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
- Host: GitHub
- URL: https://github.com/thbkrkr/jtpl
- Owner: thbkrkr
- Created: 2017-06-28T11:28:46.000Z (about 9 years ago)
- Default Branch: main
- Last Pushed: 2024-03-22T23:27:48.000Z (over 2 years ago)
- Last Synced: 2025-01-13T05:07:51.100Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# jtpl
Fill a template using a JSON.
```
echo '{"config.property":42}' \
jtpl -f config.cfg.tpl \
> config.cfg
```