npm-user-cli
Get user info of a npm user.
npm-user-cli is a command‑line tool that retrieves publicly available information for a given npm registry user. After installing globally, the utility can be invoked with the username as an argument, and it prints details such as the user’s display name, email address, GitHub profile, and Twitter handle when those fields are present in the npm profile.
The tool is intended for developers who need quick access to npm user metadata from the terminal, for example when scripting or debugging package ownership. It works by querying the npm registry API and formatting the response in a readable text layout.
npm-user-cli is distributed as a stable npm package, marked as core CLI‑available, and complements the npm-user library which provides a programmatic API for the same data.
Reviews
Loading reviews…
Similar apps
Terminals & CLI
npm-name-cli
Check whether a package name is available on npm.
Terminals & CLI
pkg-dir-cli
Find the root directory of a npm package.
Terminals & CLI
viewport-list-cli
Return a list of devices and their viewports.
Terminals & CLI
active-win-cli
Get the title/id/etc of the active window.
Terminals & CLI
gzip-size-cli
Get the gzipped size of a file.
Terminals & CLI
get-port-cli
Get an available port.