@sayanriju/scaffold-crud-from-mongoose-model
v1.2.5
Published
scaffold-crud-from-mongoose-model ======== [](https://oclif.io) [](http://commitizen.github.io/cz-cli/)
Maintainers
Readme
scaffold-crud-from-mongoose-model
Generates an opinionated set of REST route handlers (annotated with Apidoc syntax) for Node/Express to perform CRUD operations upon a Mongoose Model.
Usage
With npx
npx @sayanriju/scaffold-crud-from-mongoose-model /path/to/models/model1.js /path/to/rest/handlersOr, Install Globally
npm i -g @sayanriju/scaffold-crud-from-mongoose-model
scaffold-crud-from-mongoose-model /path/to/models/model1.js /path/to/rest/handlers