Skip to content
/ NuPU Public
forked from ThomasArdal/NuPU

NuGet Package Updater (NuPU) is an interactive CLI for updating NuGet packages.

License

Notifications You must be signed in to change notification settings

thoemmi/NuPU

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NuPU

NuGet Package Updater (NuPU) is an interactive CLI for updating NuGet packages.

Installation

dotnet tool install --global NuPU

Usage

Run the nupu command in the root of your project to check all packages:

nupu

Check all packages in a specific directory using the directory option:

nupu --directory c:\projects\project-to-update

Check a single package for updates using the package option:

nupu --package Spectre.Console

Get additional help using the help option:

nupu --help

About

NuGet Package Updater (NuPU) is an interactive CLI for updating NuGet packages.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 100.0%