Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/loic-sharma/nugs
- Owner: loic-sharma
- License: mit
- Created: 2020-05-26T04:19:09.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-05-26T05:04:20.000Z (over 4 years ago)
- Last Synced: 2024-10-08T14:25:59.804Z (4 months ago)
- Topics: dotnet, nuget
- Language: C#
- Homepage:
- Size: 7.81 KB
- Stars: 22
- Watchers: 4
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
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!