tldr/pages/common/ignite.md

20 lines
357 B
Markdown
Raw Normal View History

2017-12-09 17:23:50 +00:00
# ignite
> An unfair headstart for your React Native apps.
- Create a new React Native project:
`ignite new {{ProjectName}}`
- Generate file from a plugin:
`ignite generate {{plugin-name}} {{file-name}}`
2017-12-09 17:28:02 +00:00
- Add an Ignite plugin to the project:
2017-12-09 17:23:50 +00:00
2017-12-09 17:28:02 +00:00
`ignite add {{plugin-name}}`
- Remove an Ignite plugin from the project:
`ignite remove {{plugin-name}}`