1. 程式人生 > >Lerna v3.8.0 釋出,多包儲存庫管理工具

Lerna v3.8.0 釋出,多包儲存庫管理工具

  

將大型程式碼庫拆分為獨立的獨立版本包對於程式碼共享非常有用。 然而,在許多儲存庫中進行更改是麻煩和難以跟蹤的事情。為了解決這些(和許多其他)問題,一些專案將它們的程式碼庫組織成多包儲存庫。 像 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

  • publish: Add --contents option (5e790e5), closes #1817 and a whole lot of others

原始碼下載: