dotnet-grab by Rohith Reddy

<PackageReference Include="dotnet-grab" Version="0.1.1" />

 dotnet-grab 0.1.1

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

<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
  <metadata>
    <id>dotnet-grab</id>
    <version>0.1.1</version>
    <authors>Rohith Reddy</authors>
    <owners>Rohith Reddy</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <license type="expression">MIT</license>
    <licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
    <projectUrl>https://github.com/rohith/dotnet-grab</projectUrl>
    <description>.NET core global tool to download nuget packages in to a directory without any project</description>
    <tags>dotnet, cli, dotnet-cli, global, tool, grab, nuget, package, download</tags>
    <packageTypes>
      <packageType name="DotnetTool" />
    </packageTypes>
    <repository url="https://github.com/rohith/dotnet-grab" />
  </metadata>
</package>