Description:
Render a template file using Meziantou.Framework.Templating
Usage:
Meziantou.Framework.Templating.Tool [options]
Options:
--input <input> (REQUIRED) Path to the input template file
--output <output> Path to the output file. If omitted, writes to stdout
--start-code-block-delimiter <start-code-block-delimiter> Delimiter that marks the start of a code block
--end-code-block-delimiter <end-code-block-delimiter> Delimiter that marks the end of a code block
--output-encoding <output-encoding> Output encoding for generated files. Example: utf8, utf8-bom, unicode, utf-16, utf-32
--line-ending <line-ending> Line ending to use in output. Values: LF, CRLF, CR
-?, -h, --help Show help and usage information
--version Show version information