hup

0.0.1 • Public • Published

.handle() and .use() plugins

install

npm install hup --save

usage

  var app = require('hup')();
  app.use(require('hup/events')(app, { maxListeners: 10 }));
  app.use(require('hup/settings')(app, { events: true }));

license

Copyright (c) 2015 Futago-za Ryuu Licensed under The MIT License

Package Sidebar

Install

npm i hup

Weekly Downloads

5

Version

0.0.1

License

The MIT License

Last publish

Collaborators

  • ryuu