Skip to content

theinfosecguy/ServerGen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ServerGen - Setup Server & MVC within seconds

Get your Node/Express Server Ready within seconds.

Installation

This is a Node.js module available through the npm registry.

Before installing, download and install Node.js.

$ npm install servergen

NPM JS Package Link : ServerGen

Features 🎉

  1. MVC Directory Structure
  2. Multiple View Engine ( Pug, EJS, HBS )
  3. Gitignore & Docker Support Added
  4. Express/Node Server Boilerplate
  5. Mongoose Boilerplate for MongoDB

What else you need? 🤫

Future Scope

  1. Add Swagger Documentation
  2. Add Passport Authentication
  3. Sequalize ORM for MySQL & PostgreSQL

Usage ✏

Usage: servergen [options]

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

License

MIT