2025-05-08 12:26:01 -06:00
|
|
|
# npm-home
|
2025-03-14 21:59:59 -06:00
|
|
|
|
2025-05-08 12:26:01 -06:00
|
|
|
> Open the `npm` page, Yarn page, or GitHub repository of a package in the web browser.
|
2025-03-14 21:59:59 -06:00
|
|
|
> 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:
|
|
|
|
|
|
2025-05-08 12:26:01 -06:00
|
|
|
`npm-home {{[-g|--github]}} {{package}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Open the Yarn page of a specific package in the web browser:
|
|
|
|
|
|
2025-05-08 12:26:01 -06:00
|
|
|
`npm-home {{[-y|--yarn]}} {{package}}`
|