3.16.3 • Published 5 years ago

@0x-lerna-fork/rimraf-dir v3.16.3

Weekly downloads
71
License
MIT
Repository
github
Last release
5 years ago

@0x-lerna-fork/rimraf-dir

Run rimraf on a directory in a subprocess to hack around slowness

Usage

const rimrafDir = require("@0x-lerna-fork/rimraf-dir");

rimrafDir("/path/to/directory").then(removedDir => {
  console.log("removed", removedDir);
});

Install lerna for access to the lerna CLI.