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

17 lines
486 B
Markdown
Raw Normal View History

2024-11-16 07:33:14 +01:00
# npm home
> 웹 브라우저에서 패키지의 npm 페이지, Yarn 페이지 또는 GitHub 저장소를 엽니다.
> 더 많은 정보: <https://github.com/sindresorhus/npm-home>.
- 특정 패키지의 `npm` 페이지를 웹 브라우저에서 열기:
`npm-home {{패키지}}`
- 특정 패키지의 GitHub 저장소를 웹 브라우저에서 열기:
`npm-home -g {{패키지}}`
- 특정 패키지의 Yarn 페이지를 웹 브라우저에서 열기:
`npm-home -y {{패키지}}`