New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@midgar/midgar

Package Overview
Dependencies
Maintainers
1
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@midgar/midgar

A node js framework over express

  • 1.0.0-alpha.1.24
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
13
decreased by-66.67%
Maintainers
1
Weekly downloads
 
Created
Source

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

NameDescription
servicesService loader with dependency injection
route-loaderA route loader
dbSequelize for Midgar with model loader and db migration
cacheA cache service with node-cache-manager
sessionAdd sessions with express-session
corsAdd cors

Api documentation in progress ...

Test unit

$ npm run test

FAQs

Package last updated on 30 Nov 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc