Cake.Wyam2

Wyam2 is a simple to use, highly modular, and extremely configurable static content generator and is a continuation of the awesome project Wyam created by Dave Glick. This library contains an addin for Cake for interacting with Wyam.

#addin nuget:?package=Cake.Wyam2&version=3.0.0

dotnet add package Cake.Wyam2 --version 3.0.0

<PackageReference Include="Cake.Wyam2" Version="3.0.0" />

Aliases

Contains functionality related to Wyam2.

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 WyamSettings class:

#addin "nuget:?package=Cake.Wyam2"
#tool "nuget:?package=Wyam2"

General

Wyam(WyamSettings) Runs Wyam2 using the specified settings.
Wyam() Runs Wyam2 using the specified settings.