mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-12 15:55:43 +02:00
npm-home: add page (#6926)
This commit is contained in:
parent
e01f0ccd4a
commit
cdf3fbdf14
1 changed files with 16 additions and 0 deletions
16
pages/common/npm-home.md
Normal file
16
pages/common/npm-home.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
# 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}}`
|
Loading…
Add table
Reference in a new issue