fmpp

Text preprocessor using FreeMarker templates for file generation

brewmacoslinux
Try with needOr install directly
Source

About

Text file preprocessing tool using FreeMarker templates

Commands

fmpp

Examples

Process a template file and output to a specific file$ fmpp -o output.txt template.ftl
Process all templates in a directory recursively$ fmpp -r -o output_dir input_dir
Process template with variable definitions$ fmpp -D name=value -D version=1.0 -o result.txt template.ftl