From bdb5bdd22277897db1fc6d0efab87a80df017dbe Mon Sep 17 00:00:00 2001 From: Wisnu Adi Nurcahyo Date: Sun, 10 Dec 2017 15:37:06 +0700 Subject: [PATCH] ignite: add page - Fix description and words slug --- pages/common/ignite.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pages/common/ignite.md b/pages/common/ignite.md index 748714356..b2392dff5 100644 --- a/pages/common/ignite.md +++ b/pages/common/ignite.md @@ -1,19 +1,19 @@ # 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: -`ignite new {{ProjectName}}` +`ignite new {{project_name}}` - Generate file from a plugin: -`ignite generate {{plugin-name}} {{file-name}}` +`ignite generate {{plugin_name}} {{file_name}}` - Add an Ignite plugin to the project: -`ignite add {{plugin-name}}` +`ignite add {{plugin_name}}` - Remove an Ignite plugin from the project: -`ignite remove {{plugin-name}}` +`ignite remove {{plugin_name}}`