Skip to content

NuGet package downloader. It downloads the package and its dependencies recursively.

License

Notifications You must be signed in to change notification settings

howardchn/nupkg-downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NuGet Package Downloader

This is NuGet package downloader. It downloads the package and its dependencies recursively.

Usage

nupkg-cli.py nupkg_url [out_dir] [-h | --h]

Remark

  • nupkg_url can be an uri of the repository from nuget website; it can also be a txt file with following format:
https://www.nuget.org/packages/NetTopologySuite
https://www.nuget.org/packages/PdfSharp/1.32.3057
https://www.nuget.org/packages/Microsoft.SqlServer.Types
https://www.nuget.org/packages/System.Data.SQLite
https://www.nuget.org/packages/fleesharp/0.9.27-pre
https://www.nuget.org/packages/CS-Script.bin

Program

download_nupkg('https://www.nuget.org/packages/NetTopologySuite/', r'e:\')

About

NuGet package downloader. It downloads the package and its dependencies recursively.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages