A package of middlewares for koa
This is JUST a package of koa middlewares on npm and github.
##Usage
import {
responseTime,
compress,
conditionalGet,
etag,
favicon,
morgan,
cors,
statics,
Router,
bodyparser,
views,
} from 'koa-middleware-package'
here are middlewares of the package, sorted in the order we use them.