Skip to content

Manage your tools and servers for a project via nugets. Simply and Quickly.

Notifications You must be signed in to change notification settings

brunomlopes/nuget.vendor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nuget.Vendor

Manage your tools and servers for a project via nugets. Simply and Quickly.

Build status

How?

Create a vendors.txt file containing nuget sources and dependencies:

source nuget https://api.nuget.org/v3/index.json

nuget RavenDB.Server 3.5.5-patch-35246        # use the package id as the folder name
nuget Redis-64 2.8.4 into Redis               # drop into a specific folder name

Run NugetVendor --vendors vendors.txt --folder ./local which will download both nugets into folders local/Redis and local/RavenDB.Server.

About

Manage your tools and servers for a project via nugets. Simply and Quickly.

Resources

Stars

Watchers

Forks

Packages

No packages published