Skip to content

Yeoman generator for Redux-based project plus Redux-saga and Router5

Notifications You must be signed in to change notification settings

codewithcats/generator-redux-plus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

generator-redux-plus

Yeoman generator for Redux-based project plus Redux-saga and Router5

Installation

# You also need yo in your dependencies
npm install --save-dev yo @tanawat/generator-redux-plus

or with yarn

yarn add --dev yo @tanawat/generator-redux-plus

Initial Redux state

# The --install flag will install Redux dependencies for you
npx yo @tanawat/redux-plus:init --install

# or with yarn
yarn yo @tanawat/redux-plus:init --install

# You can also omit :init since it is the default task
yarn yo @tanawat/redux-plus --install

About

Yeoman generator for Redux-based project plus Redux-saga and Router5

Resources

Stars

Watchers

Forks

Packages

No packages published