Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/weikio/nugetdownloader
https://github.com/weikio/nugetdownloader
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/weikio/nugetdownloader
- Owner: weikio
- License: mit
- Created: 2020-09-15T07:37:00.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-04-04T09:02:19.000Z (9 months ago)
- Last Synced: 2024-10-08T03:11:41.833Z (3 months ago)
- Language: C#
- Size: 137 KB
- Stars: 4
- Watchers: 2
- Forks: 6
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NugetDownloader [![NuGet Version](https://img.shields.io/nuget/v/Weikio.NugetDownloader.svg?style=flat&label=Weikio.NugetDownloader)](https://www.nuget.org/packages/Weikio.NugetDownloader/)
Tool for downloading and installing Nuget packages from .NET. Now with a support for providing details about the runtime files included in the packages.## Usage
NugetDownloader is available from Nuget as a .NET Core 3.1 package:
[![NuGet Version](https://img.shields.io/nuget/v/Weikio.NugetDownloader.svg?style=flat&label=Weikio.NugetDownloader)](https://www.nuget.org/packages/Weikio.NugetDownloader/)
```
Install-Package Weikio.NugetDownloader
```## Example
The package is currently used in [Plugin Framework's](https://github.com/weikio/PluginFramework) [Nuget catalog](https://github.com/weikio/PluginFramework/blob/master/src/Weikio.PluginFramework.Catalogs.NuGet/NugetFeedPluginCatalog.cs).
## License
This project is MIT licensed.