LinuxCommandLibrary

npm-name

checks if package names are available on npm

TLDR

Check if name available

$ npm-name [package-name]
copy
Check multiple names
$ npm-name [name1] [name2] [name3]
copy
Check scoped name
$ npm-name [@scope/name]
copy

SYNOPSIS

npm-name [names]

DESCRIPTION

npm-name checks if package names are available on npm. Validates before publishing.
The tool queries npm registry. Shows if name can be used.

PARAMETERS

NAMES

Package names to check.
--help
Display help information.

CAVEATS

Third-party tool. Install with npm install -g. Network required.

HISTORY

npm-name was created to check package name availability before publishing to npm.

SEE ALSO

npm(1), npm-publish(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community