Simplify Package Updates with NuPU
Upgrade your NuGet packages effortlessly with NuPU, the command-line tool designed to streamline the update process. Say goodbye to manual package management and hello to a more efficient development workflow.
Features:
- 
Automatic Detection: NuPU scans your project folders and sub-folders, identifying NuGet packages that can be updated. 
- 
User-Friendly Interface: Enjoy a clean and selectable view of available updates right in your command line. 
- 
Effortless Updates: Easily choose which packages to update and let NuPU handle the rest. 
Getting Started:
- 
Installation: dotnet tool install --global NuPU
- 
Usage: nupu
Why NuPU?
- 
Time-Saving: No more manual searching for package updates. NuPU does it for you. 
- 
Efficiency: Streamline your development process and stay up-to-date with the latest package versions. 
- 
Command-Line Power: Integrate NuPU seamlessly into your build and update scripts.