New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

react-redux-generator

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-redux-generator

This is a generator to create react redux project

latest
Source
npmnpm
Version
1.0.5
Version published
Maintainers
1
Created
Source

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

Keywords

generator

FAQs

Package last updated on 06 Feb 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts