1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/npm-home.md

17 lines
439 B
Markdown
Raw Normal View History

2021-10-10 07:26:39 +05:30
# npm-home
> Open the npm page, Yarn page, or GitHub repository of a package in the web browser.
> More information: <https://github.com/sindresorhus/npm-home>.
- 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 {{package}}`
- Open the Yarn page of a specific package in the web browser:
`npm-home -y {{package}}`