README
apeman-bud-extension
apeman bud for extension modules.
Installation
$ npm install apeman-bud-extension --save-dev
Usage
/**
* A bud file to render with coz.
*/
'use strict'
const apemanBudExtension = require('apeman-bud-extension')
module.exports = apemanBudExtension({
name: [
'locale',
'flush'
],
to: 'http.IncomingMessage instances'
})
if (!module.parent) {
require('coz').render(__filename)
}
License
This software is released under the MIT License.