Skip to content

.NET core global tool to download nuget packages in to a directory without any project

License

Notifications You must be signed in to change notification settings

brandedoutcast/dotnet-grab

Repository files navigation

✨ grab [dotnet-grab]

.NET core global tool to download nuget packages in to a directory without any project

Why

Useful to manage dependencies for C# / F# script files that can be executed via REPL

Install

The dotnet-grab nuget package is published to nuget.org

You can get the tool by running this command

$ dotnet tool install -g dotnet-grab

Usage

Usage: grab [packages...]

packages:
    list of packages names (@ optional versions) to download

Ex:
    grab newtonsoft.json [email protected] [email protected]

    newtonsoft.json @ 12.0.3 - downloaded
    newtonsoft.json @ 6.0.7 - downloaded
    entityframework @ 6.2.0 - downloaded

packages are saved under 'packages' in current directory

About

.NET core global tool to download nuget packages in to a directory without any project

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages