UNPKG

@robinherbots/grunt-dotnet

Version:

Grunt integration for Powershell WebAppPool commands.

17 lines (14 loc) 245 B
"use strict"; var myCommand = require("./command"); module.exports = new myCommand( { name: "pack", description: "Create a NuGet package." }, [ { option: "project", required: true, useAsFlag: false, useValue: true } ]);