Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 449 Bytes

File metadata and controls

16 lines (9 loc) · 449 Bytes

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 nventive.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