LinuxCommandLibrary

ignite

CLI for React Native development

TLDR

Create new app

$ npx ignite-cli new [MyApp]
copy
Generate component
$ npx ignite-cli generate component [Header]
copy
Generate screen
$ npx ignite-cli generate screen [Login]
copy
Generate model
$ npx ignite-cli generate model [User]
copy
Doctor check
$ npx ignite-cli doctor
copy

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)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community