2017-12-10 00:23:50 +07:00
|
|
|
# ignite
|
|
|
|
|
2017-12-10 18:53:00 +05:30
|
|
|
> A CLI for React Native boilerplates, plugins, generators, and more.
|
2017-12-10 00:23:50 +07:00
|
|
|
|
|
|
|
- Create a new React Native project:
|
|
|
|
|
2017-12-10 15:37:06 +07:00
|
|
|
`ignite new {{project_name}}`
|
2017-12-10 00:23:50 +07:00
|
|
|
|
|
|
|
- Generate file from a plugin:
|
|
|
|
|
2017-12-10 15:37:06 +07:00
|
|
|
`ignite generate {{plugin_name}} {{file_name}}`
|
2017-12-10 00:23:50 +07:00
|
|
|
|
2017-12-10 00:28:02 +07:00
|
|
|
- Add an Ignite plugin to the project:
|
2017-12-10 00:23:50 +07:00
|
|
|
|
2017-12-10 15:37:06 +07:00
|
|
|
`ignite add {{plugin_name}}`
|
2017-12-10 00:28:02 +07:00
|
|
|
|
|
|
|
- Remove an Ignite plugin from the project:
|
|
|
|
|
2017-12-10 15:37:06 +07:00
|
|
|
`ignite remove {{plugin_name}}`
|