@barisr/express-generator
v1.0.6
Published
this is a express generator cli tool that will create a new express project ready to use after the installation just use the command 'express-generator' and follow the instructions
Downloads
2
Readme
Express-Generator
this is a express generator cli tool that will create a new express project ready to use after the installation just use the command 'express-generator' and follow the instructions.
Features
- Folders:
- controllers middleware routes utils
- Files:
- .prettierrc .env .gitignore index.js (basefile) package.json
Inside The Files
- a basic error handling middleware
- index route
- a try-catch util function for cleaner controllers
- a basic package.json file with my most used libraries
Support
For support, email [email protected] .
Authors
Run
Run express-generator with npm
npx @barisr/express-generator
then cd into the folder and run npm i