2025-04-22 06:20:48 +03:00
|
|
|
# npm-home
|
2021-10-10 07:26:39 +05:30
|
|
|
|
2025-04-25 06:25:40 +02:00
|
|
|
> Open the `npm` page, Yarn page, or GitHub repository of a package in the web browser.
|
2021-10-10 07:26:39 +05:30
|
|
|
> More information: <https://github.com/sindresorhus/npm-home>.
|
|
|
|
|
2024-10-20 18:00:55 +02:00
|
|
|
- Open the `npm` page of a specific package in the web browser:
|
2021-10-10 07:26:39 +05:30
|
|
|
|
|
|
|
`npm-home {{package}}`
|
|
|
|
|
|
|
|
- Open the GitHub repository of a specific package in the web browser:
|
|
|
|
|
2025-04-22 06:20:48 +03:00
|
|
|
`npm-home {{[-g|--github]}} {{package}}`
|
2021-10-10 07:26:39 +05:30
|
|
|
|
|
|
|
- Open the Yarn page of a specific package in the web browser:
|
|
|
|
|
2025-04-22 06:20:48 +03:00
|
|
|
`npm-home {{[-y|--yarn]}} {{package}}`
|