diff --git a/pages/common/npm-name.md b/pages/common/npm-name.md new file mode 100644 index 0000000000..de7c6c1aa7 --- /dev/null +++ b/pages/common/npm-name.md @@ -0,0 +1,12 @@ +# npm-name + +> Check whether a package or organization name is available on npm. +> More information: . + +- 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}}`