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
!
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!