Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 456 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 456 Bytes

Jinja2cpp CLI tool

Usage: jinja2cpp [options] <input template> <input data>
Options:
  -h [ --help ]         Display this help message
  -v [ --version ]      Display the version number
  --format              Format of input variables: auto, ini, json, yaml, toml
  --input-template arg  Input template file path
  --input-data arg      Define template variable in the form of key=value

Docker

docker run --rm bronin/jinja2cpp -h