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

21 lines
432 B
Markdown
Raw Normal View History

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.
2019-06-05 09:05:47 +01:00
> More information: <https://infinite.red/ignite>.
2017-12-10 00:23:50 +07:00
- Create a new React Native project:
`ignite new {{project_name}}`
2017-12-10 00:23:50 +07:00
- Generate file from a plugin:
`ignite generate {{plugin_name}} {{path/to/file}}`
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
`ignite add {{plugin_name}}`
2017-12-10 00:28:02 +07:00
- Remove an Ignite plugin from the project:
`ignite remove {{plugin_name}}`