ignite: add page
- Fix description and words slug
This commit is contained in:
@@ -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}}`
|
||||||
|
|||||||
Reference in New Issue
Block a user