ignite: add page

- Fix description and words slug
coverage
Wisnu Adi Nurcahyo 2017-12-10 15:37:06 +07:00
parent 20abe43d85
commit bdb5bdd222
1 changed files with 5 additions and 5 deletions

View File

@ -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}}`