linked

0.2.0 • Public • Published

linked

Installation

$ npm install linked

Usage

var linked = require('linked');
var app = linked();
app.use(function (ctx, next) {
  // step 1
  next();
}, function (ctx, next) {
  // step 2
  next();
}, function (ctx, next) {
  next();
});
// start execute.
app();
// or
app.go();

License

The MIT License

Dependencies (0)

    Dev Dependencies (4)

    Package Sidebar

    Install

    npm i linked

    Weekly Downloads

    0

    Version

    0.2.0

    License

    MIT

    Last publish

    Collaborators

    • jacksontian