npm.io
1.0.1 • Published 8 years ago

@tanawat/generator-redux-plus

Licence
MIT
Version
1.0.1
Deps
2
Size
110 kB
Vulns
0
Weekly
0
Stars
1

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

Keywords