npm-name: add page (#6924)

This commit is contained in:
Thamaraiselvam
2021-10-10 19:55:31 +05:30
committed by GitHub
parent 8dbfe98373
commit edb302fa71

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}}`