This is a Node.js module available through the npm registry.
Before installing, download and install Node.js.
npm install servergenNPM Package: ServerGen
- MVC Directory Structure
- Multiple View Engine Support (Pug, EJS, HBS)
- Gitignore and Docker Support
- Express/Node Server Boilerplate
- Mongoose Boilerplate for MongoDB
Usage: servergen [options]
-V, --version output the version number
-f, --framework <type> Enter Name of Framework: Node | Express
-n, --name <type> Enter Name of App
-v --view <type> Name of View Engine: Pug | Jade | EJS | HBS
--db Install Mongoose & the Folder Directory for it
-h, --help display help for command
- Add Swagger Documentation
- Add Passport Authentication
- Sequelize ORM for MySQL and PostgreSQL
