2.0.4 • Published 2 years ago

react-redux-saga-generator v2.0.4

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

react-redux-saga-generator

Command-Line package to make code generation for your redux CRUD files (actionTypes,action,reducer,saga)

NPM JavaScript Style Guide

Install

npm install  react-redux-saga-generator
// or
npm install -g react-redux-saga-generator

Description

If you are already using (Reactjs,Redux,Redux-Saga,Axios) then

react-redux-saga-generator will create a completely code genration for your redux CRUD with full integration with server side By calling it on your command-line

It depends on some questions like :

  • CRUD Name
  • if you want to use get method for get your crud items with completely pagination or get item details
  • if you want to use post method for add new item
  • if you want to use put method for update item
  • if you want to use delete method for delete one item

Usage

in your command-line run this command :

  • if you install it using -g use : genRedux
  • if you install it locally use : npx genRedux

Example

2.0.4

2 years ago

2.0.3

2 years ago

2.0.2

2 years ago

2.0.1

2 years ago

2.0.0

2 years ago

1.0.19

2 years ago

1.0.18

2 years ago

1.0.17

2 years ago

1.0.16

2 years ago

1.0.15

2 years ago

1.0.14

2 years ago

1.0.13

2 years ago

1.0.12

2 years ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago