#handlebars #cli #template #templating #cli-interface

app handlebars-cli-ext

A simple Handlebars CLI interface with some extras

1 unstable release

0.0.0 Jan 18, 2022

#66 in #handlebars

26 downloads per month

MIT/Apache

10KB

Handlebars CLI Ext

A really simple CLI wrapper around the handlebars crate with some extra helpers:

  • {{ include "my-file.txt" }}: include the contents of my-file.txt
  • {{ shell "ls -l" }}: Run ls -l and include the captured stdout

Install

cargo install handlebars-cli-ext

Run

handlebars-cli-ext < input.tmpl > output.txt

Dependencies

~3–4MB
~88K SLoC