YeomanAliases Class

Summary

Provides a wrapper around Yeoman functionality within a Cake build script.
Assembly
Cake.Yeoman.dll
Namespace
Cake.Yeoman
Base Types
  • Object
graph BT Type-->Base0["Object"] Type["YeomanAliases"] class Type type-node

Syntax

public static class YeomanAliases

Attributes

Type Description
CakeAliasCategoryAttribute

Methods

Name Value Summary
RunYeomanGenerator(ICakeContext, string, YeomanRunnerSettings) void
Runs a Yeoman generator with specified settings.
static
RunYeomanGenerator(ICakeContext, string) void
Runs a Yeoman generator with default settings.
static

Extension Methods

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