handlematters 0.2.1

Self-contained template system with Handlebars and inline shell scripts
Documentation
1
2
3
4
5
6
7
8
Note: The expression in triplet braces {{{...}}} will be output without HTML escaping.

--- context ---
name: cargo metadata --format-version=1 --no-deps | jq -r .packages[0].name
author: cargo metadata --format-version=1 --no-deps | jq -r .packages[0].authors[0]

--- template ---
{{{name}}} by {{{author}}}