Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/loic-sharma/nugs

The NuGet search CLI app
https://github.com/loic-sharma/nugs

dotnet nuget

Last synced: 27 days ago
JSON representation

The NuGet search CLI app

Awesome Lists containing this project

README

        

# Nugs :chicken:

> The **NuG**et **S**earcher app!

Nugs lets you find and install packages from the command line:

* :bulb: **Instant search**: results appear immediately as you type.
* :rocket: **Package installation**: just press `enter`!

## Installation

Nugs is a .NET Core Tool. Install it with:

```
dotnet tool install --global nugs --version 0.1.0-preview1
```

Navigate to your project's directory and run:

```
nugs
```

That's it!