3.0.6 • Published 4 years ago

coz-bud-remover v3.0.6

Weekly downloads
465
License
MIT
Repository
github
Last release
4 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

4 years ago

3.0.3

5 years ago

3.0.2

5 years ago

3.0.1

5 years ago

3.0.0

5 years ago

2.0.5

8 years ago

2.0.4

8 years ago

2.0.3

8 years ago

2.0.2

8 years ago

2.0.1

8 years ago

2.0.0

8 years ago

1.0.1

9 years ago

1.0.0

9 years ago