monorepo是什么意思?

The Babel repo is managed as a monorepo; it's composed of many npm packages。

我想请问下这句话中的monorepo是指的什么?

阅读 6.7k
1 个回答

A Monorepo, is a specific Trunk-Based Development implementation where the organization in question puts its source for all applications/services/libraries/frameworks into one trunk and forces developers to commit together in that trunk - atomically.

简单翻译下:
Monorepo是一个特定的基于Trunk的开发实现,该组织将所有xxx的源代码放入一个trunk中,并要求开发人员以原子方式在该trunk中一起提交。

参见: https://trunkbaseddevelopment...

撰写回答
你尚未登录,登录后可以
  • 和开发者交流问题的细节
  • 关注并接收问题和回答的更新提醒
  • 参与内容的编辑和改进,让解决方法与时俱进
推荐问题