Monorepos Glossary

Browse 4 monorepos terms defined in plain English, from the cultural dictionary of computing.

4 Monorepos Terms

Bazel Build
The build system and workflow style associated with Bazel, emphasizing reproducibility, caching, and large-scale multi-language builds.
Changesets
A release-management approach and popular tool that lets maintainers record versioning intent in small metadata files which are later combined into changelogs...
Monorepo Tool
A tool designed to help manage a monorepo, often by handling dependency graphs, build orchestration, caching, task execution, or code ownership boundaries. In...
Turbo Repo
A build and task orchestration tool for JavaScript and TypeScript monorepos focused on caching and parallel execution.

Related Topics