react-redux-generator

1.0.5 • Public • Published

React Redux Generator

This generator is created to save minutes when creating components, containers and routes etc in the React Redux Structure.

Installation

Node JS (>=8.4.0)

    npm install react-redux-genertor -g 
    or
    yarn global add react-redux-genertor 

Usage

###Command line

RRG -c //add component
RRG -C //add container
RRG -r //add route

###change the application source folder by default, the application source folder is 'src', it is changeable via .rrgrc file.

For example, if you want to change it to "app" folder, then create .rrgrc file and put something like so:

{
	"APP_SRC":"app"
}

License

MIT

Dependents (0)

Package Sidebar

Install

npm i react-redux-generator

Weekly Downloads

1

Version

1.0.5

License

none

Last publish

Collaborators

  • bowen31337