Monorepo Glossary

Browse 3 monorepo terms defined in plain English, from the cultural dictionary of computing.

3 Monorepo Terms

Submodule
A Git feature that embeds one repository inside another as a subdirectory, pinned to a specific commit. The parent repo stores a reference (not a copy) to the...
Turborepo
A high-performance build system for JavaScript and TypeScript monorepos (now maintained by Vercel) that analyzes the dependency graph between packages, runs...
Workspace
A project configuration that manages multiple related packages or crates in a single repository. Supported by Cargo (Rust), npm/yarn/pnpm (JS), and other build...

Related Topics