1.0.0 • Published 8 years ago

handlebars-compile v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

handlebars-compile

Outputs HTML from a handlebars template and some JSON data. Just a tiny script to use handlebars in UNIX fashion.

Usage

  Usage: handlebars-compile -d <data-file> -t <template-file> [-o <output-file>]

  Options:

    -h, --help                     output usage information
    -d,--data <data-file>          The JSON file with the data
    -t,--template <template-file>  The Handlebars file with the template
    -o,--output <output-file>      An output file; will write to stdout if omitted

License

MIT