YeomanAliases.

RunYeomanGenerator(ICakeContext, string) Method

Summary

Runs a Yeoman generator with default settings.
Assembly
Cake.Yeoman.dll
Namespace
Cake.Yeoman
Containing Type
YeomanAliases

Syntax

public static void RunYeomanGenerator(this ICakeContext context, string generator)

Examples

RunYeomanGenerator("myGenerator");

Attributes

Type Description
CakeMethodAliasAttribute

Parameters

Name Type Description
context ICakeContext The context.
generator string Name of the generator to run.

Return Value

Type Description
void