@achingbrain/debootstrap 中文文档教程
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