Skip to content

Powershell module to download nupkg files from a nuget feed as well as all dependencies

Notifications You must be signed in to change notification settings

rossobianero/NupkgDownloader

Repository files navigation

Introduction

This repository contains a Powershell module that downloads nuget (and chocolatey) packages as nupkg files from a feed including their dependencies

Chocolatey Installation

choco install NupkgDownloader

Usage

Once installed, run the command as follows (e.g. this will download fooPackage version 1.2.3 from the chocolatey community feed to c:\temp\install, along with all of its dependencies):

Download-Nupkg fooPackage -Version 1.2.3 -OutputDirectory c:\temp\install -Source "https://community.chocolatey.org/api/v2/"

About

Powershell module to download nupkg files from a nuget feed as well as all dependencies

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published