coz-bud-remover

Bud remover for coz.

Usage no npm install needed!

<script type="module">
  import cozBudRemover from 'https://cdn.skypack.dev/coz-bud-remover';
</script>

README

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