LinuxCommandLibrary

ignite

ignite

TLDR

Create a new React Native project

$ ignite new [project_name]
copy


Generate file from a plugin
$ ignite generate [plugin_name] [path/to/file]
copy


Add an Ignite plugin to the project
$ ignite add [plugin_name]
copy


Remove an Ignite plugin from the project
$ ignite remove [plugin_name]
copy

Copied to clipboard