What problem does it solve?
Turborepo monorepo build system guidance. Triggers on: turbo.json, task pipelines,
dependsOn, caching, remote cache, the "turbo" CLI, --filter, --affected, CI optimization, environment
variables, internal packages, monorepo structure/best practices, and boundaries.
Use when user: configures tasks/workflows/pipelines, creates packages, sets up
monorepo, shares code between apps, runs changed/affected packages, debugs cache,
or has apps/packages directories.
Core Features & Use Cases
- Provides a comprehensive reference for turbo.json configuration and package configurations
- Guides on caching, filtering, environment handling, and CI integration
- Includes best practices for monorepo structure and per-package configurations
Quick Start
Use Turborepo to scaffold and configure per-package tasks and turbo.json rules for monorepo builds.