VibeHunt
Back to browse

npm-home

Open the npm page of the package in the current directory.

Source

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

Sign in to leave a review.

Loading reviews…

Similar apps