tldr/pages/common/ignite.md
Wisnu Adi Nurcahyo 54ddc62656 ignite: add page
2017-12-10 00:28:02 +07:00

358 B

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 an Ignite plugin to the project:

ignite add {{plugin-name}}

  • Remove an Ignite plugin from the project:

ignite remove {{plugin-name}}