ignite
CLI for React Native development
TLDR
Create new app
$ npx ignite-cli new [MyApp]
Generate component$ npx ignite-cli generate component [Header]
Generate screen$ npx ignite-cli generate screen [Login]
Generate model$ npx ignite-cli generate model [User]
Doctor check$ npx ignite-cli doctor
SYNOPSIS
ignite command [options]
DESCRIPTION
Ignite is a CLI for React Native development. It provides boilerplate generation and project scaffolding with best practices.
The tool creates apps with MobX-State-Tree, TypeScript, and testing setup. It generates components, screens, and models.
PARAMETERS
COMMAND
Subcommand to run.new
Create new app.generate
Generate code.doctor
Check environment.--help
Display help information.
CAVEATS
React Native specific. Node.js required. Opinionated architecture.
HISTORY
Ignite was created by Infinite Red as a React Native boilerplate and CLI tool.
SEE ALSO
npx(1), react-native(1), expo(1)
