Package Exports
- disable-nuget-restore
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (disable-nuget-restore) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
disable-nuget-restore
Disable NuGet Package Restore CLI.
A command line tool which disables NuGet Package Restore in a solution, by removing the .nuget directory and removing NuGet references in project files (.csproj).
Install
$ npm install -g disable-nuget-restore
Usage
Run the command line utility in the solution directory:
$ disable-nuget-restore
or specify solution path:
$ disable-nuget-restore <path>
Examples
$ cd Solution
$ disable-nuget-restore
$ disable-nuget-restore C:\Users\marco.barcelos\Solution\
$ disable-nuget-restore ../Solution/
License
MIT © Marco Barcelos