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.

Dependencies (2)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i then-del

    Weekly Downloads

    0

    Version

    1.0.0

    License

    MIT

    Last publish

    Collaborators

    • meo