UNPKG

grunt-nuget-cli

Version:

Grunt task that works as a wrapper for NuGet.exe commands

50 lines (49 loc) 3.23 kB
{ "name": "grunt-nuget-cli", "description": "Grunt task that works as a wrapper for NuGet.exe commands", "version": "0.3.1", "homepage": "https://github.com/tactivos/grunt-nuget-cli", "author": { "name": "Johnny Halife", "url": "http://github.com/johnnyhalife/" }, "contributors": [ { "name": "Juli Racca", "email": "juli@mural.ly", "url": "http://twitter.com/juliracca" }, { "name": "Santiago Montero", "email": "santiago@mural.ly", "url": "http://twitter.com/leChantaux" } ], "repository": { "type": "git", "url": "git://github.com/tactivos/grunt-nuget-cli.git" }, "bugs": { "url": "https://github.com/tactivos/grunt-nuget-cli/issues" }, "engines": { "node": ">=0.8.0" }, "devDependencies": { "grunt": "~0.4.x" }, "peerDependecies": { "grunt": "0.4.x" }, "keywords": [ "gruntplugin", "nuget", "xamarin", "mono", "ios" ], "readme": "grunt-nuget\n===========\n\n[Grunt][grunt] task that works as a wrapper for NuGet.exe commands.\n\n## Getting Started\n\nInstall this grunt plugin next to your project's gruntfile with: `npm install grunt-nuget --save-dev`\n\nThen add this line to your project's `Gruntfile.js` :\n\n```javascript\ngrunt.loadNpmTasks('grunt-nuget');\n```\n\nThen specify your config:\n\n```javascript\n grunt.initConfig({\n nuget: {\n options: {\n /** @required location of NuGet.exe */\n location: './Tools/NuGet/NuGet.exe',\n /** @required mono runtime version (right now it only works with mono) */\n runtimeVersion: 'v4.0'\n },\n restore: {\n /** @required command to execute for the given target */\n command: 'restore',\n /** @optional additional arguments to pass to NuGet.exe */\n args: 'restore',\n }\n }\n });\n```\n\n[grunt]: https://github.com/cowboy/grunt\n\n### License\n\nThe MIT License (MIT)\n\nCopyright (c) 2014 Juli Racca, Santiago Montero & Johnny G Halife\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the \"Software\"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\nthe Software, and to permit persons to whom the Software is furnished to do so,\nsubject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\nFOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\nCOPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\nIN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n", "readmeFilename": "README.md", "_id": "grunt-nuget-cli@0.1.0", "_from": "grunt-nuget-cli@~0.1.0" }