npm-name: add page (#6924)

beep
Thamaraiselvam 2021-10-10 19:55:31 +05:30 committed by GitHub
parent 8dbfe98373
commit edb302fa71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 0 deletions

12
pages/common/npm-name.md Normal file
View File

@ -0,0 +1,12 @@
# npm-name
> Check whether a package or organization name is available on npm.
> More information: <https://github.com/sindresorhus/npm-name-cli>.
- Check if a specific package name is available in the npm registry:
`npm-name {{package}}`
- Find similar package names in the npm registry:
`npm-name --similar {{package}}`