Originally forked from `koajs/koa-common`

## Installation

```js
$ npm install koa-opinion
```

## Middleware

  Includes the following common middleware:

  - [logger](https://github.com/koajs/logger)
  - [mount](https://github.com/koajs/mount)
  - [etag](https://github.com/koajs/etag)
  - [static](https://github.com/koajs/static)
  - [favicon](https://github.com/koajs/favicon)
  - [rewrite](https://github.com/koajs/rewrite)
  - [compress](https://github.com/koajs/compress)
  - [ratelimit](https://github.com/koajs/ratelimit)
  - [responseTime](https://github.com/koajs/response-time)
  - [conditionalGet](https://github.com/koajs/conditional-get)

## License

  MIT
