Releases: arbitar/uhandles
Releases · arbitar/uhandles
uhandles-1.1
New features:
- Use flags to specify input template, JSON data, output file paths, and template name tokens... other than stdin/argv[1]/stdout/".tmpl"
- Use environment variables instead of flags
- Accept directories of input templates to render to a corresponding file in the output directory, retaining permissions, stripping
.tmpl
from the names, and ignoring all else - Perform concatenation of rendered input templates when rendering many inputs to only one output file or stdout
- Have usage info when called with no args or env vars or with
-h
or--help
.
uhandles-1.0
First working implementation.