koa-minify

2.0.1 • Public • Published

Koa-minify

Minify middleware for koa.

Install

npm i koa-minify --save

Use

const koa = require('koa');
const koaMinify = require('koa-minify');
const app = new koa();
 
app.use(koaMinify({
    dir: __dirname
}));
 
app.listen(3000);

License

MIT

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 2.0.1
    3
    • latest

Version History

Package Sidebar

Install

npm i koa-minify

Weekly Downloads

4

Version

2.0.1

License

MIT

Last publish

Collaborators

  • coderaiser