@achingbrain/debootstrap 中文文档教程

发布于 6年前 浏览 17 更新于 3年前

debootstrap

类似于 lerna bootstrap 但相反。

Why?

在创建 docker 镜像和 electron 应用程序时,将一些模块挂起而将其他模块作为符号链接是没有用的。 此模块取消引用符号链接、删除重复项、展平依赖树并重新创建 .bin 文件夹链接。

How?

在你的一个包中运行:

$ debootstrap

debootstrap

Like lerna bootstrap but in reverse.

Why?

When creating docker images and electron apps it's not useful to have some modules hoisted and others as symlinks. This module dereferences symlinks, removes duplicates, flattens the dependency tree and re-recreates .bin folder links.

How?

Run in one of your packages:

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