Makes grate available as a tool in Cake.
#addin nuget:?package=Cake.grate&version=1.7.4
dotnet add package Cake.grate --version 1.7.4
<PackageReference Include="Cake.grate" Version="1.7.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 |
Executes grate with the given configured settings. |