Add py-jinjanator, CLI tool to render Jinja2 templates. It is a fork of j2cli, which itself was a fork of jinja2-cli, both of which are no longer actively maintained. Also add a dependent port, textproc/py-jinjanator-plugins and hook both of them into the build.
4 lines
196 B
Plaintext
4 lines
196 B
Plaintext
jinjanator can be extended through the use of plugins; these are Python
|
|
packages installed into the same environment as the tool itself, which use
|
|
special markers to 'hook' into various features.
|