将大型代码库拆分为独立的独立版本包对于代码共享非常有用。 然而,在许多存储库中进行更改是麻烦和难以跟踪的事情。为了解决这些(和许多其他)问题,一些项目将它们的代码库组织成多包存储库。 像 Babel、React、Angular、Ember、Meteor、Jest 等等。
Lerna 是一个优化使用 git 和 npm 管理多包存储库的工作流工具,用于管理具有多个包的 JavaScript 项目。
Lerna v3.8.0 更新内容:
Bug Fixes
- publish: Heighten
dist-tag
success log level to distinguish from noisy fetch logging (f1f0871) - publish: Unhide options shared with version command (09fccd3)
Features
源码下载:
转自 https://www.oschina.net/news/103098/lerna-3-8-0-released