NuGet Package Downloader
This is NuGet package downloader. It downloads the package and its dependencies recursively. Source Code Here.
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:\')

本文介绍了一款名为NuGetPackageDownloader的工具,它可以递归地下载NuGet包及其依赖项。该工具支持从NuGet网站下载单个包或通过txt文件指定多个包的URL进行批量下载。

1760

被折叠的 条评论
为什么被折叠?



