1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-09-10 13:33:43 +02:00

ignite: add page

This commit is contained in:
Wisnu Adi Nurcahyo 2017-12-10 00:23:50 +07:00
parent 087a8a6557
commit cbce4def61

16
pages/common/ignite.md Normal file
View file

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