handlebars-cmd
v0.1.4
Published
Invoke handlebars from the command line
Downloads
7,237
Readme
handlebars-cmd
Invoke handlebars from the commandline.
Example:
echo "Hello {{name}}" | handlebars --name Test
Output:
Hello Test
You may also pass JSON as an argument and use the complete object.