Skip to main content

Module render

Module render 

Source
Expand description

Tera template rendering for *.tera files.

Output goes to the same directory as the source .tera file (e.g. home/.gitconfig.terahome/.gitconfig). When manage_gitignore is true, the rendered files are listed in a # >>> yui rendered ... <<< managed section of .gitignore.

Structs§

RenderReport

Functions§

render_all
Render every *.tera under the source tree, honoring per-file {# yui:when ... #} headers and [[render.rule]] config entries.