@0x-lerna-fork/rimraf-dir 中文文档教程

发布于 5年前 浏览 22 项目主页 更新于 3年前

@0x-lerna-fork/rimraf-dir

在子进程中的目录上运行 rimraf 以解决缓慢

Usage

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

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

安装 lerna 以访问 lerna命令行界面。

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

    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文