monogit — CI & deploys for multi-repo
Local package links (file:../shared) make multi-repo development feel like a monorepo, but a single-repo CI
checkout can’t resolve them. monogit records each shared dependency’s git source when you link, then
reconstitutes it in CI: ci hydrate clones the sibling packages for test runs, and
ci resolve rewrites the links to self-contained git dependencies for deploy builds.
Back to monogit · GitHub