apeman-bud-code
v2.0.0
Published
apeman bud for code files.
Readme
apeman-bud-code
apeman bud for code files.
Installation
$ npm install apeman-bud-code --save-devUsage
/**
* 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.
