2.0.0 • Published 8 years ago

apeman-bud-code v2.0.0

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

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

2.0.0

8 years ago

1.1.0

8 years ago

1.0.0

8 years ago