Built-In
Contains functionality related to TextTransform.
In order to use the commands for this alias, include the following in your build.cake file to download and
install from nuget.org, or specify the ToolPath within the TextTransformSettings
class:
#tool "nuget:?package=Mono.TextTransform"
General
TransformText |
Creates a text transformation from the provided template, using the specified placeholder. |
TransformText |
Creates a text transformation from the provided template. |
TransformTextFile |
Creates a text transformation from the provided template on disc, using the specified placeholder. |
TransformTextFile |
Creates a text transformation from the provided template on disc. |
T4 Text Templating
TransformTemplate |
Transform a text template. |
TransformTemplate |
Transform a text template. |