Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 632 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 632 Bytes

Inja CLI

A command-line interface to Inja, a C++ string template library loosely inspired by Jinja.

Usage

inja input_file_template.html output_file.html

With a JSON data file:

inja -d data.json input_file_template.html output_file.html
# or
inja --data data.json input_file_template.html output_file.html

Template Syntax

For a quick overview, refer to this syntax cheat sheet.

For more detailed information, refer to the Inja documentation.

License

MIT