features • Installation • Usage
⭐️ 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..
npm i -g npm-name-checker2Check a package name on npm:
name-check my-package-nameTo check both npm and GitHub availability, provide the GitHub owner/organization:
name-check my-package-name -o my-github-usernameExamples
# 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 ❌- 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
Contributions welcome! Please open issues for feature requests or bugs.
MIT — see LICENSE for details.
Built with ❤️ by Ali Nazari, for developers.