1.0.2 • Published 4 years ago

dynemicmasters v1.0.2

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

dynemicmasters

Installation

Installation is done using the npm install command npm install dynemicmasters

simple to use: const dynemicmasters = require('dynemicmasters')

For create master call master method dynemicmasters.master(action, params) //action : CREATE,UPDATE,SOFTDELETE,DELETE,VIEW //params : pass params for performing master realated operations

For craete country call country method dynemicmasters.country(action, params) //action : CREATE,UPDATE,SOFTDELETE,DELETE,VIEW //params : pass params for performing country realated operations

For craete state call state method dynemicmasters.state(action, params) //action : CREATE,UPDATE,SOFTDELETE,DELETE,VIEW //params : pass params for performing state realated operations

For craete city call city method dynemicmasters.city(action, params) //action : CREATE,UPDATE,SOFTDELETE,DELETE,VIEW //params : pass params for performing city realated operations

https://github.com/rajt26/dynemicmasters_demo