2.0.0 • Published 8 years ago

apeman-bud-util v2.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

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

2.0.0

8 years ago

1.0.0

8 years ago