Cake.Wyam

An alias that generates static sites and other content using Wyam.

#addin nuget:?package=Cake.Wyam&version=2.2.14

dotnet add package Cake.Wyam --version 2.2.14

<PackageReference Include="Cake.Wyam" Version="2.2.14" />

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.