1.0.5 • Published 6 years ago

react-redux-generator v1.0.5

Weekly downloads
27
License
-
Repository
github
Last release
6 years ago

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

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago