apeman-bud-code

apeman bud for code files.

Usage no npm install needed!

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

README

apeman-bud-code

Build Status Code Climate Code Coverage npm Version JS Standard

apeman bud for code files.

Installation

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

Usage

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

const apemanBudCode = require('apeman-bud-code')

module.exports = apemanBudCode({
  name: [
    'userRole',
    'systemKind'
  ]
})

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

License

This software is released under the MIT License.

Links