https://github.com/brandedoutcast/dotnet-namechk
📦 .NET Core global CLI tool to check the availability of NuGet package names
https://github.com/brandedoutcast/dotnet-namechk
cli dotnet dotnet-cli dotnet-core global-tool nuget nuget-package
Last synced: about 2 months ago
JSON representation
📦 .NET Core global CLI tool to check the availability of NuGet package names
- Host: GitHub
- URL: https://github.com/brandedoutcast/dotnet-namechk
- Owner: brandedoutcast
- License: mit
- Created: 2019-03-08T15:22:41.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-29T14:05:01.000Z (almost 7 years ago)
- Last Synced: 2026-01-14T06:14:28.413Z (5 months ago)
- Topics: cli, dotnet, dotnet-cli, dotnet-core, global-tool, nuget, nuget-package
- Language: C#
- Homepage: https://www.nuget.org/packages/dotnet-namechk/
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ✨ 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](https://www.nuget.org/packages/dotnet-namechk/)
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