LinuxCommandLibrary

npm-home

Open the npm page, Yarn page, or GitHub repository of a package in the web browser.

TLDR

Open the npm page of a specific package in the web browser

$ npm-home [package]
copy


Open the GitHub repository of a specific package in the web browser
$ npm-home -g [package]
copy


Open the Yarn page of a specific package in the web browser
$ npm-home -y [package]
copy

Copied to clipboard