vanilla / mustacher
Run mustache templates against a JSON file from the command line.
v1.1.0
2015-05-20 16:21 UTC
Requires
README
Run mustache templates against a JSON file from the command line.
Instructions
This is a composer project so you'll need to do the following:
- Install mustacher using composer with
composer global require vanilla/mustacher
. - Call
mustacher --help
for a list of command line options.
Tips
Add ~/.composer/vendor/bin
to your path so that you can run all your composer command line tools.