handlematters 0.2.1

Self-contained template system with Handlebars and inline shell scripts
Documentation
1
2
3
4
5
6
7
--- context ---
greeting: echo hello

list: |
  for v in foo bar baz; do
    echo "* $v"
  done