1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-05 20:35:23 +02:00
tldr/pages/common/npm-home.md
Sebastiaan Speck 229ceac657
npm-home: update Dutch translation (#16231)
* npm-home: update Dutch translation

* Update npm-home.md
2025-04-25 06:25:40 +02:00

16 lines
471 B
Markdown

# 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|--github]}} {{package}}`
- Open the Yarn page of a specific package in the web browser:
`npm-home {{[-y|--yarn]}} {{package}}`