Text aliases

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(string, string, string) Creates a text transformation from the provided template, using the specified placeholder.
TransformText(string) Creates a text transformation from the provided template.
TransformTextFile(FilePath, string, string) Creates a text transformation from the provided template on disc, using the specified placeholder.
TransformTextFile(FilePath) Creates a text transformation from the provided template on disc.

T4 Text Templating

TransformTemplate(FilePath, TextTransformSettings) Transform a text template.
TransformTemplate(FilePath) Transform a text template.