Qt library for flexible text templating and code generation
Libraries for text templating with Qt
ktexttemplate$ ktexttemplate render template.txt --set name='John' --set age='30'$ ktexttemplate process input.tmpl -o output.cpp$ ktexttemplate validate mytemplate.tmpl