New! | Modrepo

Teams create a modrepo/utils module that everything depends on. Soon, utils becomes a monolithic bottleneck. Split utils into utils/string-helpers , utils/http-client , etc., each versioned independently.

The modrepo orchestrator is a CLI tool (like a lightweight alternative to Bazel or Lerna) that reads the manifest, clones/fetches the required module versions, and orchestrates a unified build or deployment. Unlike a monorepo, the orchestrator does not need to scan the entire filesystem; it only touches the modules explicitly listed. modrepo

Reading Time: 8 minutes

It forces you to answer three questions before you deploy: Teams create a modrepo/utils module that everything depends

Folders: