CLI
JinjaRope contains a simple CLI interface which allows rendering Jinja templates using the JinjaRope Environment.
Very basic usage:
Since jinjarope is using fsspec in the background, templates can be loaded from all filesystems fsspec understands.
This allows to load templates from http://
sources, zip
files, specific git
revisions and a lot more different sources. The same counts for the output path.