create-redux-boilerplate
v3.1.0
Published
> Just a really small module to create a state item for redux
Downloads
4
Readme
Create Redux State Boilerplate
Just a really small module to create a state item for redux
Instructions
- install package
yarn add create-redux-boilerplate --dev
- run command
create-redux-boilerplate --name todo
- Creates a folder with
ts
files
todo/index.ts
todo/actions.ts
todo/selectors.ts
todo/reducer.ts
todo/utils.ts
todo/state.ts
todo/types.ts