Ver código fonte

ignite: add page

Wisnu Adi Nurcahyo 7 anos atrás
pai
commit
cbce4def61
1 arquivos alterados com 16 adições e 0 exclusões
  1. 16 0
      pages/common/ignite.md

+ 16 - 0
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}}`
+