brandedoutcast / dotnet-namechk

📦 .NET Core global CLI tool to check the availability of NuGet package names

Home Page:https://www.nuget.org/packages/dotnet-namechk/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

✨ namechk [dotnet-namechk]

.NET Core global CLI tool to check for the availability of NuGet package names

Install

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

You can get the tool by running this command

$ dotnet tool install -g dotnet-namechk

Usage

Usage: namechk [names...]

names:
    list of names to check for the availability

Ex:
    namechk miniature-fiesta reimagined-engine scaling-adventure

    miniature-fiesta is available
    reimagined-engine is unavailable
    scaling-adventure is unavailable

About

📦 .NET Core global CLI tool to check the availability of NuGet package names

https://www.nuget.org/packages/dotnet-namechk/

License:MIT License


Languages

Language:C# 100.0%