1.2.0 • Published 6 years ago

rrtoolbox v1.2.0

Weekly downloads
1
License
ISC
Repository
-
Last release
6 years ago

RRToolBox

React Redux CLI for React 16

Dependencies

Node version 7.6.0 and higher.

Installation

npm install rrtoolbox -g

Usage

Please ensure you are in the directory that you want to make the changes. All component names must be in camelCase.

Create React+Redux App

To create a React and Redux app.

rrtb-create-app appName

Create Stateless Component

To create a stateless component that does not connect to Redux store.

rrtb-stateless-comp compName

Create Stateful Component

To create a stateful component that does connect to Redux store.

rrtb-stateful-comp compName
1.2.0

6 years ago

1.1.0

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago