Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marcobarcelos/disable-nuget-restore
Disable nuget package restore script
https://github.com/marcobarcelos/disable-nuget-restore
chsarp cli disable npm nuget package restore script visual-studio
Last synced: 16 days ago
JSON representation
Disable nuget package restore script
- Host: GitHub
- URL: https://github.com/marcobarcelos/disable-nuget-restore
- Owner: marcobarcelos
- License: mit
- Created: 2016-06-18T02:58:56.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-06-18T19:48:00.000Z (over 8 years ago)
- Last Synced: 2025-01-17T02:38:06.303Z (19 days ago)
- Topics: chsarp, cli, disable, npm, nuget, package, restore, script, visual-studio
- Language: JavaScript
- Size: 2.93 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
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
```## Examples
```
$ cd Solution
$ disable-nuget-restore$ disable-nuget-restore C:\Users\marco.barcelos\Solution\
$ disable-nuget-restore ../Solution/
```## License
MIT © [Marco Barcelos](http://marcobarcelos.com)