NAME
mustache.pl
VERSION
version 1.4.0
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
AUTHORS
Pieter van de Bruggen <pvande@cpan.org>
Yanick Champoux <yanick@cpan.org>
Ricardo Signes <rjbs@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2022, 2021, 2019, 2018, 2017, 2016, 2015, 2011 by Pieter van de Bruggen.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.