HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

ignite — A CLI for React Native boilerplates, plugins, generators, and more. More information: <https://infin

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandreactnativecliigniteboilerplatesfor

Problem

How to use the ignite command: A CLI for React Native boilerplates, plugins, generators, and more. More information: <https://infinite.red/ignite>.

Solution

ignite — A CLI for React Native boilerplates, plugins, generators, and more. More information: <https://infinite.red/ignite>.

Create a new React Native project:
ignite new {{project_name}}


Generate file from a plugin:
ignite generate {{plugin_name}} {{path/to/file}}


Add an Ignite plugin to the project:
ignite add {{plugin_name}}


Remove an Ignite plugin from the project:
ignite remove {{plugin_name}}

Code Snippets

Create a new React Native project

ignite new {{project_name}}

Generate file from a plugin

ignite generate {{plugin_name}} {{path/to/file}}

Add an Ignite plugin to the project

ignite add {{plugin_name}}

Remove an Ignite plugin from the project

ignite remove {{plugin_name}}

Context

tldr-pages: common/ignite

Revisions (0)

No revisions yet.