A nuget helper tool for dotnet with integrated support for Unity package creation.
(Once the first builds are deployed to NuGet. This does not work yet)
dotnet tool install -g NuGettier
(Planned usage. NOTHING IMPLEMENTED YET)
dotnet nugettier <action> [params...] Package.Name
search
: search for a specific packagelist
: list versions for a specific packageinfo
: get metadata information for a specific package at a specific versionget
: get a specific package (download and decompress nupkg)
More actions might be added as found to be required/useful.