# @tanawat/generator-redux-plus

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

Latest version **1.0.1** (published 2018-08-03) · MIT license · 0 weekly downloads

## Install

```sh
npm install @tanawat/generator-redux-plus
pnpm add @tanawat/generator-redux-plus
yarn add @tanawat/generator-redux-plus
bun add @tanawat/generator-redux-plus
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.1 |
| Published | 2018-08-03 |
| First published | 2018-07-22 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Unpacked size | 109.9 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1 |
| Author | Tanawat Tassana |
| Maintainers | tanawat |
| Keywords | yeoman-generator, redux, redux-saga, router5, javascript |

## Links

- npm: https://www.npmjs.com/package/@tanawat/generator-redux-plus
- Repository: https://github.com/codewithcats/generator-redux-plus
- Homepage: https://github.com/codewithcats/generator-redux-plus#readme
- Issues: https://github.com/codewithcats/generator-redux-plus/issues
- npm.io page: https://npm.io/package/@tanawat/generator-redux-plus

## Dependencies (2)

- [lodash](https://npm.io/package/lodash.md) ^4.17.10
- [yeoman-generator](https://npm.io/package/yeoman-generator.md) ^3.0.0

## Alternatives

- [express-promise-router](https://npm.io/package/express-promise-router.md) — 736.1K weekly downloads
- [next-usequerystate](https://npm.io/package/next-usequerystate.md) — 29.8K weekly downloads
- [@bitkyc08/opencodex](https://npm.io/package/@bitkyc08/opencodex.md) — 4.6K weekly downloads
- [lynkr](https://npm.io/package/lynkr.md) — 575 weekly downloads
- [baremetal.js](https://npm.io/package/baremetal.js.md) — 42 weekly downloads

## Recent versions

- 1.0.1 (latest) — 2018-08-03
- 1.0.0 — 2018-07-31
- 0.1.0 — 2018-07-30
- 0.0.1 — 2018-07-22

## README

# 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
```

---
_Source: https://npm.io/package/@tanawat/generator-redux-plus · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
