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.
This is a prerelease version of Cake.Wyam2.
#addin nuget:?package=Cake.Wyam2&version=3.0.0-rc3&prerelease
dotnet add package Cake.Wyam2 --version 3.0.0-rc3
<PackageReference Include="Cake.Wyam2" Version="3.0.0-rc3" />
Aliases
Contains functionality related to Wyam.
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.Wyam"
#tool "nuget:?package=Wyam"
General
Wyam |
Runs Wyam using the specified settings. |
Wyam |
Runs Wyam using the specified settings. |