What does monorepo mean?
漂亮男人
漂亮男人 2017-05-19 10:44:54
0
1
1006

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

I would like to ask what monorepo in this sentence refers to?

漂亮男人
漂亮男人

reply all(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.

Simple translation:
Monorepo is a specific Trunk-based development implementation. The organization puts all xxx source code into a trunk and requires developers to submit it together in the trunk in an atomic manner.

See: https://trunkbaseddevelopment...

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template