ts-react-redux-cli

1.0.6 • Public • Published

React Redux CLI

Build Status

When you're using this cli, I suppose than you have this folder architecture :

- module
    - actions | actions.ts
    - components
    - epics | epics.ts
    - models | models.ts
    - reducers | reducers.ts (with the Store type of the module expored as Stores)

Install

npm install ts-react-redux-cli

Peer Dependencies

  • Project
    • react react-dom @types/react @types/react-dom
    • redux
    • redux-observable rxjs
    • react-redux @types/react-redux
  • Test
    • ONGOING

Commands

  • module : Create a complete redux module following the description.
  • cmp : Create a simple React component with him stylesheet and test.
  • connected-cmp : Create a connected component with him stylesheet and test.

Readme

Keywords

none

Package Sidebar

Install

npm i ts-react-redux-cli

Weekly Downloads

2

Version

1.0.6

License

ISC

Last publish

Collaborators

  • dohrm