if*, ignite, ilbmtoppm, im*: add Korean translation (#14667)

This commit is contained in:
HoJeong Im
2024-11-06 17:24:36 +09:00
committed by GitHub
parent 2e6a0c72ed
commit 07ab2a759a
12 changed files with 211 additions and 0 deletions

20
pages.ko/common/ignite.md Normal file
View File

@@ -0,0 +1,20 @@
# ignite
> React Native 보일러플레이트, 플러그인, 생성기 등을 위한 CLI.
> 더 많은 정보: <https://infinite.red/ignite>.
- 새로운 React Native 프로젝트를 생성:
`ignite new {{프로젝트_이름}}`
- 플러그인에서 파일 생성:
`ignite generate {{플러그인_이름}} {{경로/대상/파일}}`
- 프로젝트에 Ignite 플러그인을 추가:
`ignite add {{플러그인_이름}}`
- Remove an Ignite plugin from the project:
`ignite remove {{플러그인_이름}}`