handlematters 0.2.1

Self-contained template system with Handlebars and inline shell scripts
Documentation
1
2
3
4
5
6
7
8
9
10
.ONESHELL:
.PHONY: all README.md

all: README.md

README.md: README.md.hms examples/hello.hms
	cargo run --quiet -- $< > $@

examples/hello.hms: examples/hello.hms.hms examples/hello/*
	cargo run --quiet -- $< > $@