apeman-bud-extension

2.0.0 • Public • Published

apeman-bud-extension

Build Status Code Climate Code Coverage npm Version JS Standard

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.

Links

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 2.0.0
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 2.0.0
    1
  • 1.0.2
    1
  • 1.0.1
    2
  • 1.0.0
    1

Package Sidebar

Install

npm i apeman-bud-extension

Weekly Downloads

5

Version

2.0.0

License

MIT

Last publish

Collaborators

  • okunishinishi