1 unstable release
0.0.0 | Jan 18, 2022 |
---|
#74 in #handlebars
10KB
Handlebars CLI Ext
A really simple CLI wrapper around the handlebars crate with some extra helpers:
{{ include "my-file.txt" }}
: include the contents ofmy-file.txt
{{ shell "ls -l" }}
: Runls -l
and include the captured stdout
Install
cargo install handlebars-cli-ext
Run
handlebars-cli-ext < input.tmpl > output.txt
Dependencies
~3–4MB
~87K SLoC