1.0.5 • Published 3 years ago

@dimaehor/qui-xpress v1.0.5

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

qui-xpress

A bootstrap template for my express.js projects.

Installation

Installing globally using npm:

$ npm install -g @dimaehor/qui-xpress

Creating a new APP

Create an empty folder and go to it.

$ mkdir myProject
$ cd myProject

Use qui-xpress to create your project files quickly.

$ qui-xpress

After build, install dependencies and start app.

$ npm i
$ npm start

And open http://localhost:2112 to view it in the browser.

Features

  • Express.js server template
  • Configured MongoDB/Mongoose and Default database scheme.
  • Index, about and contact pages.

Build options

  • template string - View engine option. Can be EJS or HTML. Default: EJS.
  • -i or --install boolean - Install dependencies option.
  • --git boolean - Install dependencies option.
  • -y or --yes boolean - Option to go with the default options.

Links

Lisence