Expand description
Tera template rendering for *.tera files.
Output goes to the same directory as the source .tera file (e.g.
home/.gitconfig.tera → home/.gitconfig). When manage_gitignore is
true, the rendered files are listed in a # >>> yui rendered ... <<<
managed section of .gitignore.
Structs§
Functions§
- render_
all - Render every
*.teraunder the source tree, honoring per-file{# yui:when ... #}headers and[[render.rule]]config entries.