Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 267 Bytes

.verb.md

File metadata and controls

9 lines (6 loc) · 267 Bytes

A different take on plugin handling! This is not a middleware system, if you need something that handles async middleware, [ware][] is great for that.

Usage

const use = require('{%= name %}');

See the examples folder for usage examples.