Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 670 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 670 Bytes

NuGettier

A nuget helper tool for dotnet with integrated support for Unity package creation.

Installation

(Once the first builds are deployed to NuGet. This does not work yet)

dotnet tool install -g NuGettier

Usage

(Planned usage. NOTHING IMPLEMENTED YET)

dotnet nugettier <action> [params...] Package.Name

Planned actions

  • search: search for a specific package
  • list: list versions for a specific package
  • info: get metadata information for a specific package at a specific version
  • get: get a specific package (download and decompress nupkg)

More actions might be added as found to be required/useful.