2017-12-09 17:23:50 +00:00
|
|
|
# ignite
|
|
|
|
|
2017-12-10 13:23:00 +00:00
|
|
|
> A CLI for React Native boilerplates, plugins, generators, and more.
|
2019-06-05 09:05:47 +01:00
|
|
|
> More information: <https://infinite.red/ignite>.
|
2017-12-09 17:23:50 +00:00
|
|
|
|
|
|
|
- Create a new React Native project:
|
|
|
|
|
2017-12-10 08:37:06 +00:00
|
|
|
`ignite new {{project_name}}`
|
2017-12-09 17:23:50 +00:00
|
|
|
|
|
|
|
- Generate file from a plugin:
|
|
|
|
|
2022-12-06 06:47:56 +00:00
|
|
|
`ignite generate {{plugin_name}} {{path/to/file}}`
|
2017-12-09 17:23:50 +00:00
|
|
|
|
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-10 08:37:06 +00:00
|
|
|
`ignite add {{plugin_name}}`
|
2017-12-09 17:28:02 +00:00
|
|
|
|
|
|
|
- Remove an Ignite plugin from the project:
|
|
|
|
|
2017-12-10 08:37:06 +00:00
|
|
|
`ignite remove {{plugin_name}}`
|