mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-07 12:45:59 +02:00
ignite: add page
- Fix description and words slug
This commit is contained in:
parent
20abe43d85
commit
bdb5bdd222
1 changed files with 5 additions and 5 deletions
|
@ -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…
Add table
Reference in a new issue