.verb.md
July 12, 2018 ยท View on GitHub
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.