vanilla / mustacher
Run mustache templates against a JSON file from the command line.
v1.1.0
2015-05-20 16:21 UTC
Requires
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
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 --helpfor 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.