Denis 346b78aee1 first commit 2 anni fa
..
CHANGELOG.md 346b78aee1 first commit 2 anni fa
LICENSE 346b78aee1 first commit 2 anni fa
README.md 346b78aee1 first commit 2 anni fa
package.json 346b78aee1 first commit 2 anni fa
rimraf-dir.js 346b78aee1 first commit 2 anni fa

README.md

@lerna/rimraf-dir

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

Usage

const { rimrafDir } = require("@lerna/rimraf-dir");

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

Install lerna for access to the lerna CLI.