ktexttemplate

Qt library for flexible text templating and code generation

brewmacoslinux
Try with needOr install directly
Source

About

Libraries for text templating with Qt

Commands

ktexttemplate

Examples

Load and render a template with variables$ ktexttemplate render template.txt --set name='John' --set age='30'
Generate code from a template file$ ktexttemplate process input.tmpl -o output.cpp
Validate template syntax without rendering$ ktexttemplate validate mytemplate.tmpl