thoemmi / NuPU

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:Apache License 2.0


Languages

Language:C# 100.0%