apeman-bud-extension

apeman bud for extension modules.

Usage no npm install needed!

<script type="module">
  import apemanBudExtension from 'https://cdn.skypack.dev/apeman-bud-extension';
</script>

README

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