LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

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 the npm registry. It queries the npm registry API and reports whether each name is free to use or already taken. Supports scoped packages (@scope/name). Useful before publishing a new package to avoid name conflicts.

PARAMETERS

NAMES

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

INSTALL

sudo pacman -S npm
copy
sudo apk add npm
copy
brew install npm
copy

CAVEATS

Third-party tool; install with npm install -g npm-name-cli. Requires network access to query the npm registry. Does not check for trademark conflicts or similar names.

SEE ALSO

npm(1), npm-publish(1)

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid