Cake.grate

Makes grate available as a tool in Cake.

#addin nuget:?package=Cake.grate&version=1.5.4

dotnet add package Cake.grate --version 1.5.4

<PackageReference Include="Cake.grate" Version="1.5.4" />

Aliases

Contains functionality related to grate.

In order to use the commands for this alias, include the following in your build.cake file to download and install the grate tool:

#tool "dotnet:?package=grate"

General

Grate(GrateSettings) Executes grate with the given configured settings.