Makes grate available as a tool in Cake.
#addin nuget:?package=Cake.grate&version=1.8.0
dotnet add package Cake.grate --version 1.8.0
<PackageReference Include="Cake.grate" Version="1.8.0" />
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. |