npm*: add and update Korean translation (#14518)

This commit is contained in:
코드싸이
2024-11-02 03:00:21 +09:00
committed by GitHub
parent 27db757fab
commit be3479bebf
28 changed files with 538 additions and 14 deletions

View File

@@ -1,16 +1,16 @@
# npm-home
> 웹 브라우저에서 패키지의 npm 페이지, Yarn 페이지 또는 GitHub 저장소를 열어줍니다.
> 웹 브라우저에서 패키지의 npm 페이지, Yarn 페이지 또는 GitHub 저장소를 니다.
> 더 많은 정보: <https://github.com/sindresorhus/npm-home>.
- 웹 브라우저에서 특정 패키지의 npm 페이지를 열기:
- 특정 패키지의 `npm` 페이지를 웹 브라우저에서 열기:
`npm-home {{패키지}}`
- 웹 브라우저에서 특정 패키지의 Github 저장소를 열기:
- 특정 패키지의 GitHub 저장소를 웹 브라우저에서 열기:
`npm-home -g {{패키지}}`
- 웹 브라우저에서 특정 패키지의 Yarn 페이지를 열기:
- 특정 패키지의 Yarn 페이지를 웹 브라우저에서 열기:
`npm-home -y {{패키지}}`