3.0.6 • Published 5 years ago

coz-bud-remover v3.0.6

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

5 years ago

3.0.3

6 years ago

3.0.2

6 years ago

3.0.1

6 years ago

3.0.0

6 years ago

2.0.5

9 years ago

2.0.4

9 years ago

2.0.3

9 years ago

2.0.2

9 years ago

2.0.1

9 years ago

2.0.0

9 years ago

1.0.1

10 years ago

1.0.0

10 years ago