apeman-bud-util

apeman bud for util files.

Usage no npm install needed!

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

README

apeman-bud-util

Build Status Code Climate Code Coverage npm Version JS Standard

apeman bud for util files.

Installation

$ npm install apeman-bud-util --save-dev

Usage

/**
 * A bud file to render with coz.
 */
'use strict'

const apemanBudUtil = require('apeman-bud-util')

module.exports = apemanBudUtil({
  name: [
    'object',
    'array',
    'number'
  ]
})

if (!module.parent) {
  require('coz').render(__filename)
}

License

This software is released under the MIT License.

Links