NAME

mustache.pl - Command line frontend for mustache logic-less templates.

Usage: mustache.pl FILE ...

See mustache(1) or http://mustache.github.io/mustache.1.html for more details.

RECIPES

Examples:

$ mustache.pl data.yml template.mustache
$ cat data.yml | mustache.pl - template.mustache
$ cat data.yml template.mustache | mustache.pl