create-redux-boilerplate
TypeScript icon, indicating that this package has built-in type declarations

3.1.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i create-redux-boilerplate

Weekly Downloads

1

Version

3.1.0

License

MIT

Unpacked Size

9.8 kB

Total Files

24

Last publish

Collaborators

  • csprance