Skip to content

wojciechwroblewski/tinyj2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tinyj2

tiny renderer for jinja templates

Examples

This README.md was rendered using tinyj2. There are several ways to render it:

Using environment variables

$ __description__="tiny renderer for jinja templates" tinyj2

Using params supplied via python dict formatted string:

$ tinyj2 -p "{'description':'tiny renderer for jinja templates'}"

Supplying params via json file

$ echo '{"description": "tiny renderer for jinja templates"}' > params.json
$ tinyj2 --json params.json

Supplying params via yaml file

$ echo 'description: tiny renderer for jinja templates' > params.yaml
$ tinyj2 --yaml params.yaml

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages