Rimraf and glob all in one.


Keywords
rimraf, rm, rf, glob, files, remove
License
MIT
Install
npm install rm-rf@2.0.1

Documentation

rm-rf

rimraf (rm -rf) with glob

var rmrf = require('rm-rf')

rmrf('**/*.js', function (error) {
  // done
});

Install

$ npm install rimraf-glob