Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 493 Bytes

nuget-downloader.md

File metadata and controls

20 lines (12 loc) · 493 Bytes
uid
uno.tools.nuget.downloader

About

NuGet.Downloader allows to download all NuGet packages found in a solution, and also to push them to a specific NuGet feed.

Getting Started

The NuGet Downloader can be installed as a standalone .Net Core tool using the following command: dotnet tool install -g unoplatform.NuGet.Downloader.Tool

Help can be found with : nugetdownloader --help

The NuGet Downloader can also be used as part of the NvGet library

Sample commands