Skip to content
README.rst 369 B
Newer Older
nimrod's avatar
nimrod committed
Template
########

A CLI tool for generating files from Jinja2 templates and environment variables.

Example
-------

.. code:: shell

    $ export name='John'
    $ echo 'Hello {{ name if name is defined else 'world' }}. | template
    Hello John.

nimrod's avatar
nimrod committed

TODO
----

- Input/output detection/redirection.
- Complex data types (process environment variables, Jinja filters).