hexi-default

0.1.3 • Public • Published

hexi-default

Adds some default middlewares to hexi's express app

Dependency Status Build Status npm version Coverage Status

Installation

npm install hexi-default

Example Usage

const hexi = require('hexi')
const hexiDefault = require('hexi-default')
 
const server = hexi()
 
hexi.register(hexiDefault)

License

MIT © Zoltan Kochan

Package Sidebar

Install

npm i hexi-default

Weekly Downloads

2

Version

0.1.3

License

MIT

Last publish

Collaborators

  • zkochan