1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/ignite.md
2017-12-10 18:53:00 +05:30

19 lines
378 B
Markdown

# ignite
> A CLI for React Native boilerplates, plugins, generators, and more.
- Create a new React Native project:
`ignite new {{project_name}}`
- Generate file from a plugin:
`ignite generate {{plugin_name}} {{file_name}}`
- Add an Ignite plugin to the project:
`ignite add {{plugin_name}}`
- Remove an Ignite plugin from the project:
`ignite remove {{plugin_name}}`