1.2.0 • Published 2 years ago

servergen v1.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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