3.0.6 • Published 6 years ago

coz-bud-remover v3.0.6

Weekly downloads
465
License
MIT
Repository
github
Last release
6 years ago

coz-bud-remover

Build Status npm Version JS Standard

Bud remover for coz.

Installation

npm install coz-bud-remover --save

Usage

'use strict'

const cozBudRemover = require('coz-bud-remover')
const assert = require('assert')

const remover = cozBudRemover({})

remover.remove('**/.*.bud', (err, buds) => {
  assert.ifError(err)
  /* ... */
})

License

This software is released under the MIT License.

Links

3.0.6

6 years ago

3.0.3

7 years ago

3.0.2

7 years ago

3.0.1

7 years ago

3.0.0

7 years ago

2.0.5

10 years ago

2.0.4

10 years ago

2.0.3

10 years ago

2.0.2

10 years ago

2.0.1

10 years ago

2.0.0

10 years ago

1.0.1

11 years ago

1.0.0

11 years ago