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/ignite.md

21 lines
510 B
Markdown
Raw Normal View History

# 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 {{플러그인_이름}}`