1.0.5 • Published 4 years ago

express-project v1.0.5

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

express-project 🔥

Generate your express project folder structure in just a minute 🚀🚀

Install the package globally with this command

    npm i express-project -g

Just 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