npm*: add and update Korean translation (#14518)
This commit is contained in:
16
pages.ko/common/npm-init.md
Normal file
16
pages.ko/common/npm-init.md
Normal 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}}`
|
Reference in New Issue
Block a user