TextTransformAliases Class

Summary

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"

Namespace
Cake.Common.Tools.TextTransform
Base Types
  • object
graph BT Type-->Base0["object"] Type["TextTransformAliases"] class Type type-node

Syntax

[CakeAliasCategory("Text")]
public static class TextTransformAliases

Attributes

Type Description
CakeAliasCategoryAttribute An attribute used for documentation of alias methods/properties.

Methods

Name Value Summary
TransformTemplate(ICakeContext, FilePath, TextTransformSettings) void
Transform a text template.
static
TransformTemplate(ICakeContext, FilePath) void
Transform a text template.
static

Extension Methods

Name Value Summary
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin