@lerna/rimraf-dir
Run rimraf on a directory in a subprocess to hack around slowness
Last updated 6 years ago by evocateur .
MIT · Repository · Bugs · Original npm
$ cnpm install @lerna/rimraf-dir 
SYNC missed versions from official npm registry.

@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.

Current Tags

  • 6.0.3                                ...           latest (3 years ago)

5 Versions

  • 6.0.0-alpha.2                                ...           3 years ago
  • 6.0.3                                ...           3 years ago
  • 4.0.0                                ...           5 years ago
  • 3.14.2                                ...           6 years ago
  • 3.16.5                                ...           6 years ago
Maintainers (2)
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 0
Dependencies (4)
Dev Dependencies (0)
None
Dependents (0)
None

Copyright 2013 - present © cnpmjs.org