Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)