0.0.3 • Published 5 years ago

create-react-redux-module v0.0.3

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

Create React Redux Module PRs Welcome

Create React Redux Module which creates a moduls in secs.

Installation

Either through cloning with git or by using npm (the recommended way):

npm install -g create-react-redux-module

And create-react-redux-module will be installed globally to your system path.

You can also install create-react-redux-module as a development dependency:

npm install --save-dev create-react-redux-module

If you don't want to install it in your local machine, you can try this in your project's root directory

npx create-react-redux-module user-profile

Quick Overview

Give the below mentioned command in your react project's root directory

create-react-redux-module user-profile

It will create a directory called user-profile inside the scr folder. Inside that directory, it will generate the initial redux module structure:

src
└── user-profile
  ├── user-profile.scss
  ├── UserProfile-spec.js
  ├── UserProfileAction.js
  ├── UserProfileComponent.jsx
  ├── UserProfileConstant.js
  ├── UserProfileContainer.js
  └── userProfileReducer.js
0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago