then-del

1.0.0 • Public • Published

then-del

Promise-based files/folders deleting.

Installation

npm i then-del -S

Usage

var del = require('then-del');
 
del([
  'must/',
  'be/**/*.js',
  'deleted.html'
])
.then(function () {
  // Files/folders were removed.
});

License

MIT licensed.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.0
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.0
    1

Package Sidebar

Install

npm i then-del

Weekly Downloads

1

Version

1.0.0

License

MIT

Last publish

Collaborators

  • meo