Skip to content

Commit d7a89b4

Browse files
committed
feat: update chinese
1 parent 2f8d743 commit d7a89b4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README-zh-CN.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
* [Versio](https://github.com/chaaz/versio) 根据 [conventional commits](https://www.conventionalcommits.org/) 更新 monorepo 项目中的所有版本号,并可以生成更新日志和标签。 ![github star](https://img.shields.io/github/stars/chaaz/versio.svg?style=social&label=Star)
4747
* [Yarn](https://yarnpkg.com/blog/2017/08/02/introducing-workspaces/) 是一个 JavaScript 依赖性管理工具,通过工作空间支持 monorepo。 ![github star](https://img.shields.io/github/stars/yarnpkg/yarn.svg?style=social&label=Star)
4848
* [Layer-pack](https://github.com/layer-pack/layer-pack) 是一个 Webpack 插件,允许通过可继承的 npm 包/代码层和 es6 的 glob 导入来实现 monorepo 结构。 ![github star](https://img.shields.io/github/stars/layer-pack/layer-pack.svg?style=social&label=Star)
49+
* [Turborepo](https://turborepo.org/) 是一个用于 JavaScript 和 TypeScript 代码库的高性能构建系统。 ![github star](https://img.shields.io/github/stars/vercel/turborepo.svg?style=social&label=Star)
4950

5051
## 仓库管理工具
5152

@@ -58,6 +59,7 @@
5859
* [Syncpack](https://github.com/JamieMason/syncpack) 允许在 Lerna Monorepos 中管理多个 package.json 文件。 ![github star](https://img.shields.io/github/stars/JamieMason/syncpack.svg?style=social&label=Star)
5960
* [Ultra Runner](https://github.com/folke/ultra-runner) 是一个智能脚本运行器和 Lerna、Pnpm、Rush 和 Yarn 的构建工具。脚本同时运行,使用依赖性拓扑结构。构建过程会跟踪文件的变化,并在可能的情况下被跳过。 ![github star](https://img.shields.io/github/stars/folke/ultra-runner.svg?style=social&label=Star)
6061
* [wsrun](https://github.com/whoeverest/wsrun) 允许在Yarn workspaces monorepo 的每个包中运行一个命令。 ![github star](https://img.shields.io/github/stars/whoeverest/wsrun.svg?style=social&label=Star)
62+
* [meta](https://github.com/mateodelnorte/meta) 是用于管理多项目系统和库的工具。它通过使用元存储库说"both"来回答在 monorepo 或多个存储库之间进行选择的难题。 ![github star](https://img.shields.io/github/stars/mateodelnorte/meta.svg?style=social&label=Star)
6163

6264
## 一些好的参考文献
6365

@@ -68,6 +70,7 @@
6870
* [Monorepos 使内心的源泉变得鲜活起来](https://kevingoslar.medium.com/monorepos-make-inner-source-come-to-life-bd1592b0cadf)
6971
* [什么是 monorepo?(以及你应该使用它吗?)。](https://semaphoreci.com/blog/what-is-monorepo)
7072
* [为 Semaphore-CI 用户提供 Monorepos 的持续集成。](https://semaphoreci.com/blog/continuous-integration-monorepos)
73+
* [monorepo.tools](https://monorepo.tools) - Monorepos 解释 ![github star](https://img.shields.io/github/stars/nrwl/monorepo.tools.svg?style=social&label=Star)
7174

7275
## 版本控制系统和附加组件
7376

@@ -145,6 +148,7 @@
145148
* [Berty 的 monorepo - React-native 移动应用程序 + Golang 后端 + Gomobile bridge + iOS & Android 原生驱动 + Protobuf](https://github.com/berty/berty/) ![github star](https://img.shields.io/github/stars/berty/berty.svg?style=social&label=Star)
146149
* [NixOS 的软件包和模块的 monorepo 可用于增量构建和部署 Linux 机器。](https://github.com/NixOS/nixpkgs/) ![github star](https://img.shields.io/github/stars/NixOS/nixpkgs.svg?style=social&label=Star)
147150
* [Celo 的 monorepo(包括区块链、杂项工具、库、操作东西诸如 terraform 模块、文档等)](https://github.com/celo-org/celo-monorepo)![github star](https://img.shields.io/github/stars/celo-org/celo-monorepo.svg?style=social&label=Star)
151+
* [ProtonMail 的 monorepo (proton web 客户端: 邮箱, 日历...)](https://github.com/ProtonMail/WebClients) ![github star](https://img.shields.io/github/stars/ProtonMail/WebClients.svg?style=social&label=Star)
148152

149153
## 迁移工具
150154

0 commit comments

Comments
 (0)