A set of aliases for Cake to help with running Grunt scripts as part of a build. (Copied from https://github.com/cake-contrib/cake-gulp by Phil Oyston)
#addin nuget:?package=Cake.Grunt&version=1.0.0
dotnet add package Cake.Grunt --version 1.0.0
<PackageReference Include="Cake.Grunt" Version="1.0.0" />
Aliases
contains functionality to interact with grunt
General
Grunt | Allows access to the grunt task orchestrator for either the local or global installation |