mirror of https://github.com/CrimsonTome/tldr.git
parent
20abe43d85
commit
bdb5bdd222
|
@ -1,19 +1,19 @@
|
||||||
# ignite
|
# ignite
|
||||||
|
|
||||||
> An unfair headstart for your React Native apps.
|
> A CLI for React Native, boilerplates, plugins, generators, and more.
|
||||||
|
|
||||||
- Create a new React Native project:
|
- Create a new React Native project:
|
||||||
|
|
||||||
`ignite new {{ProjectName}}`
|
`ignite new {{project_name}}`
|
||||||
|
|
||||||
- Generate file from a plugin:
|
- Generate file from a plugin:
|
||||||
|
|
||||||
`ignite generate {{plugin-name}} {{file-name}}`
|
`ignite generate {{plugin_name}} {{file_name}}`
|
||||||
|
|
||||||
- Add an Ignite plugin to the project:
|
- Add an Ignite plugin to the project:
|
||||||
|
|
||||||
`ignite add {{plugin-name}}`
|
`ignite add {{plugin_name}}`
|
||||||
|
|
||||||
- Remove an Ignite plugin from the project:
|
- Remove an Ignite plugin from the project:
|
||||||
|
|
||||||
`ignite remove {{plugin-name}}`
|
`ignite remove {{plugin_name}}`
|
||||||
|
|
Loading…
Reference in New Issue