This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

@lerna/rimraf-dir

6.4.1 • Public • Published

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

Dependencies (4)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i @lerna/rimraf-dir

    Homepage

    lerna.js.org

    Weekly Downloads

    400,341

    Version

    6.4.1

    License

    MIT

    Unpacked Size

    3.51 kB

    Total Files

    4

    Last publish

    Collaborators

    • jameshenry
    • nrwlowner