Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 592 Bytes

readme.md

File metadata and controls

26 lines (16 loc) · 592 Bytes

Nugs 🐔

The NuGet Searcher app!

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

  • 💡 Instant search: results appear immediately as you type.
  • 🚀 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!