README
apeman-bud-code
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.