generator-redux-app

0.21.0 • Public • Published

generator-redux-app

NPM version Build Status Test coverage Dependency Status

Scaffold out a redux app

Using chentsulin/redux-boilerplate as template. Extend counter examples with react-router. And use chai and sinon instead of expect.

Install

$ npm install -g generator-redux-app

Note: generator-redux-app is a yeoman generator, so you must have global yo installed, too.

$ npm install -g yo

Usage

$  mkdir your-app-name && cd your-app-name && yo redux-app

Troubleshooting

TypeError: this.env.adapter.prompt(...).then is not a function

Please upgrade your global yo npm module using npm install -g yo.

License

MIT © C.T. Lin

/generator-redux-app/

    Package Sidebar

    Install

    npm i generator-redux-app

    Weekly Downloads

    4

    Version

    0.21.0

    License

    MIT

    Last publish

    Collaborators

    • chentsulin