ignite-react-app

0.2.3 • Public • Published

ignite-react-app CLI

A CLI for ignite-react-app (ir-app).

This CLI tool in not a replacement for create-react-app. In fact it requires that create-react-app be installed globally on your machine.

ignite-react-app extends create-react-app by adding a boilerplate and generators

Quick Example

$ npm install -g ignite-react-app
$ ir-app new my-awesome-app
  ( The `Adam` boilerplate is the default )
$ cd my-app
$ ir-app component Comment
  ( Generates a new component => Comment )
$ ir-app container Comment
  ( Generates a new container => CommentContainer )
$ ir-app redux Comment
  ( Generates a new redux => CommentRedux )
$ ir-app saga Comment
  ( Generates a new saga => CommentSagas )
$ ir-app g comp cont redux saga Comment
  ( Generates a new component => Comment )
  ( Generates a new container => CommentContainer )
  ( Generates a new redux => CommentRedux )
  ( Generates a new saga => CommentSagas )

You can also generate layouts:

$ ir-app layout Users

🍽 Boilerplates 🍽

Name Description
ir-app-boilerplate-adam Redux & Sagas
ir-app-boilerplate-bob GraphQL & Apollo
$ ir-app new my-awesome-app -b <ir-boilerplate>

❤️ Special Thanks ❤️

Backers/Contrbutors

Contributions are very welcome

License

MIT - see LICENSE

Readme

Keywords

none

Package Sidebar

Install

npm i ignite-react-app

Weekly Downloads

2

Version

0.2.3

License

MIT

Unpacked Size

52.2 kB

Total Files

33

Last publish

Collaborators

  • bjonamu