hbs-cli 0.2.7

Simple CLI for generating text from handlebars templates, by feeding them with data from file YAML/JSON.
1
2
3
4
5
6
7
8
9
10
Number: {{num}}.

A partial:
{{> a ~}}

B partial:
{{> b ~}}

C partial:
{{> c ~}}