Skip to content

Command-line tool for templates processing with Jinja2Cpp

License

Notifications You must be signed in to change notification settings

AndreyBronin/tools-cli

 
 

Repository files navigation

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

About

Command-line tool for templates processing with Jinja2Cpp

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 80.1%
  • CMake 14.4%
  • Dockerfile 5.5%