In Dev don't use this
Midgar
Midgar is a plugin manager for Express
Installation
$ npm install -g @midgar/midgar
Quick start
The quickest way to get started with Midgar is to utilize the cli to generate an application:
$ midgar init /my-project/
Install dependencies
$ cd /my-project/
$ npm i
Now you can start the app but basically Midgar add just Helmet and Body-parser middleware to express. You have to install Midgar plugin or create your.
Start app
$ npm run dev
Official plugins
Api documentation in progress ...
Test unit
$ npm run test