From cbce4def618b2f5285c4f2c22cef569f38395379 Mon Sep 17 00:00:00 2001 From: Wisnu Adi Nurcahyo Date: Sun, 10 Dec 2017 00:23:50 +0700 Subject: [PATCH 1/5] ignite: add page --- pages/common/ignite.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pages/common/ignite.md diff --git a/pages/common/ignite.md b/pages/common/ignite.md new file mode 100644 index 0000000000..53b9b1094d --- /dev/null +++ b/pages/common/ignite.md @@ -0,0 +1,16 @@ +# ignite + +> An unfair headstart for your React Native apps. + +- Create a new React Native project: + +`ignite new {{ProjectName}}` + +- Generate file from a plugin: + +`ignite generate {{plugin-name}} {{file-name}}` + +- Add/link a plugin/Node.js module to the project: + +`ignite add {{package-name}}` + From 54ddc62656de00c272d658aa0b196f860eb39f3f Mon Sep 17 00:00:00 2001 From: Wisnu Adi Nurcahyo Date: Sun, 10 Dec 2017 00:28:02 +0700 Subject: [PATCH 2/5] ignite: add page --- pages/common/ignite.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/pages/common/ignite.md b/pages/common/ignite.md index 53b9b1094d..7e5957adcd 100644 --- a/pages/common/ignite.md +++ b/pages/common/ignite.md @@ -10,7 +10,11 @@ `ignite generate {{plugin-name}} {{file-name}}` -- Add/link a plugin/Node.js module to the project: +- Add an Ignite plugin to the project: -`ignite add {{package-name}}` +`ignite add {{plugin-name}}` + +- Remove an Ignite plugin from the project: + +`ignite remove {{plugin-name}}` From 20abe43d8534e8ee7483127f1e01930e68e7ae06 Mon Sep 17 00:00:00 2001 From: Wisnu Adi Nurcahyo Date: Sun, 10 Dec 2017 00:31:38 +0700 Subject: [PATCH 3/5] ignite: add page - Remove trailing space --- pages/common/ignite.md | 1 - 1 file changed, 1 deletion(-) diff --git a/pages/common/ignite.md b/pages/common/ignite.md index 7e5957adcd..7487143567 100644 --- a/pages/common/ignite.md +++ b/pages/common/ignite.md @@ -17,4 +17,3 @@ - Remove an Ignite plugin from the project: `ignite remove {{plugin-name}}` - From bdb5bdd22277897db1fc6d0efab87a80df017dbe Mon Sep 17 00:00:00 2001 From: Wisnu Adi Nurcahyo Date: Sun, 10 Dec 2017 15:37:06 +0700 Subject: [PATCH 4/5] 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 7487143567..b2392dff5d 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}}` From e1139aa0a23e753c456c24b8a5d115d5640ef8f1 Mon Sep 17 00:00:00 2001 From: Agniva De Sarker Date: Sun, 10 Dec 2017 18:53:00 +0530 Subject: [PATCH 5/5] remove comma from heading --- pages/common/ignite.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/ignite.md b/pages/common/ignite.md index b2392dff5d..943c585f13 100644 --- a/pages/common/ignite.md +++ b/pages/common/ignite.md @@ -1,6 +1,6 @@ # ignite -> A CLI for React Native, boilerplates, plugins, generators, and more. +> A CLI for React Native boilerplates, plugins, generators, and more. - Create a new React Native project: