search

Home  >  Q&A  >  body text

What does monorepo mean?

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?

漂亮男人漂亮男人2805 days ago1008

reply all(1)I'll reply

  • 阿神

    阿神2017-05-19 10:46:54

    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...

    reply
    0
  • Cancelreply