express-project
v1.0.5
Published
A package for creating a folder structure for nodejs/express application
Downloads
10
Maintainers
Readme
express-project 🔥
Generate your express project folder structure in just a minute 🚀🚀
Install the package globally with this command
npm i express-project -gJust go to any folder and run this command
express-project <project-name>Replace project-name with your own project name
The folder structure looks like this:
|- project-name
|- public
|- log
|- src
|- controllers
|- models
|- routes
|- helloRoute.js
|- template
|- views
|- components
|- utils
|- AppError.js
|- errorHandler.js
|- writeToLog.js
|- app.js
|- .gitignore
|- .env