vanilla/mustacher

Run mustache templates against a JSON file from the command line.

v1.1.0 2015-05-20 16:21 UTC

This package is auto-updated.

Last update: 2024-04-15 13:37:02 UTC


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:

  1. Install mustacher using composer with composer global require vanilla/mustacher.
  2. 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.