This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see
Cake.Yeoman.
Summary
Runs a Yeoman generator with default settings.
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