0.0.6-camelcase • Published 4 years ago

handlebars-rev v0.0.6-camelcase

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

A CLI for generating a file from a handlebars template

hbs-rev --main main-template.handlebars --partials root-partials-directory --data data.json --output generated.html

Files in the partials directory can be referenced as partials based on the file name. For example, the file root-partials-directory/layout.handlebars becomes the partial {{#> layout}}

Includes additional helpers:

Example usage: https://github.com/PrimalZed/handlebars-poc