commands.sh

npm-home

all

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

More info →

Options (2)

-g, --githubboolean

Open the GitHub repository of a specific package in the web browser

Example: npm-home {{[-g|--github]}} {{package}}
-y, --yarnboolean

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

Example: npm-home {{[-y|--yarn]}} {{package}}

Examples (3)

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

npm-home package

Open the GitHub repository of a specific package in the web browser

npm-home [-g|--github] package

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

npm-home [-y|--yarn] package
made by @shridhargupta | data from tldr-pages