apeman-bud-util

2.0.0 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i apeman-bud-util

Weekly Downloads

0

Version

2.0.0

License

MIT

Last publish

Collaborators

  • okunishinishi