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

Readme

Keywords

Package Sidebar

Install

npm i linked

Weekly Downloads

3

Version

0.2.0

License

MIT

Last publish

Collaborators

  • jacksontian