Cake.Yeoman

The Yeoman Addin for Cake allows you to call Yeoman generators from Cake.

#addin nuget:?package=Cake.Yeoman&version=1.0.0

dotnet add package Cake.Yeoman --version 1.0.0

<PackageReference Include="Cake.Yeoman" Version="1.0.0" />

Aliases

Provides a wrapper around Yeoman functionality within a Cake build script.

General

RunYeomanGenerator(string, YeomanRunnerSettings) Runs a Yeoman generator with specified settings.
RunYeomanGenerator(string) Runs a Yeoman generator with default settings.