vanilla / mustacher
Run mustache templates against a JSON file from the command line.
Installs: 21
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 1
Open Issues: 0
pkg:composer/vanilla/mustacher
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.