npm-home
Open the npm page of the package in the current directory.
The tool provides a command‑line interface that opens the web page for a package on the npm registry. When run without arguments it detects the package defined in the current directory’s manifest and launches its npm page in the default browser. Optional flags allow the same command to open the package’s GitHub repository or its Yarn homepage instead.
Developers who work frequently with Node.js packages can use the utility to quickly access documentation, issue trackers, or source code without manually constructing URLs. It supports both full package names and multiple arguments, handling each request in turn. The command is also aliased as “nh” for convenience.
The package is distributed as a global npm module, marked as stable and available for core CLI usage. It is related to similar utilities such as gh‑home, which opens GitHub pages for repositories.
Reviews
Loading reviews…
Similar apps
Terminals & CLI
npm-user-cli
Get user info of a npm user.
Terminals & CLI
np
A better `npm publish`.
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.
Display & Accessibility
wallpaper-cli
Get or set the desktop wallpaper.
Terminals & CLI
active-win-cli
Get the title/id/etc of the active window.