A future node_modules package to easer the creation of pattern, routes and controllers for NodeJS APIs
Clone the directory and put it in your project directly at the root and inside the module type
npm install || npm i Add these two lines in the "scripts" object inside your package.json project
"generate:pattern": "node ./express-cli/generate.mvc.js",
"generate:router": "node ./express-cli/generate.router.js"npm run generate:pattern
npm run generate:router yourRouteNameFeature with possibility to choose between several patterns
Feature with the possibility of choosing which type of route we want (GET, POST, DELETE or PUT)
Feature with possibility of setting up error management automatically via the CLI
