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

@@ -0,0 +1,16 @@
# npm init
> `package.json` 파일 생성.
> 더 많은 정보: <https://docs.npmjs.com/cli/commands/npm-init>.
- 프롬프트를 사용하여 새 패키지 초기화:
`npm init`
- 기본값으로 새 패키지 초기화:
`npm init -y`
- 특정 초기화 도구를 사용하여 새 패키지 초기화:
`npm init {{create-react-app}} {{my-app}}`