Skip to content

Chesblaw/npm-name-checker

 
 

Repository files navigation

npm-name-checker

npm-name-checker2

featuresInstallationUsage

⭐️ Please press the star! It greatly helps development! ⭐️

A fast and efficient CLI tool to check the availability of package names on npm and repository names on GitHub..

Install

npm i -g npm-name-checker2

Usage

Check a package name on npm:

name-check my-package-name

To check both npm and GitHub availability, provide the GitHub owner/organization:

name-check my-package-name -o my-github-username

Examples

# Check npm only
name-check awesome-package

# Check npm and GitHub
name-check awesome-package -o my-org

# Results will show:
# npm:     Available ✅
# github:  Taken     ❌

Features

  • Multi-platform checking: Verify name availability on both npm and GitHub
  • Real-time results: Get immediate feedback with color-coded output
  • Simple interface: Easy-to-use command line interface
  • TypeScript: Built with modern TypeScript for reliability

Contributing

Contributions welcome! Please open issues for feature requests or bugs.


License

MIT — see LICENSE for details.


Built with ❤️ by Ali Nazari, for developers.

⭐ Star us on GitHub🐦 Follow on Linkedin

About

A fast and efficient CLI tool to check the availability of package names on npm and repository names on GitHub Leave a star before you leave ⭐

Topics

Resources

License

Stars

2 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 96.1%
  • JavaScript 3.9%