handlebars-cli-ext 0.0.0

A simple Handlebars CLI interface with some extras
handlebars-cli-ext-0.0.0 is not a library.

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