dotnet-grab 0.1.1

dotnet tool install --global dotnet-grab --version 0.1.1
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest # if you are setting up this repo
dotnet tool install --local dotnet-grab --version 0.1.1
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=dotnet-grab&version=0.1.1
nuke :add-package dotnet-grab --version 0.1.1

✨ 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 newtonsoft.json@6.0.7 entityframework@6.2.0

    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
Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp3.1 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last updated
0.1.1 4,280 12/11/2019
0.1.0 460 12/11/2019