| name | turborepo |
| description | Turborepo is a high-performance build system for JavaScript and TypeScript codebases, written in Rust. WHEN: make http requests. Triggers: use turborepo, install turborepo, how to use turborepo, make |
turborepo
Turborepo is a high-performance build system for JavaScript and TypeScript codebases, written in Rust.
When to Use
When NOT to Use
- Projects using Python or Go (different ecosystem)
Quick Start
Install
Visit https://turborepo.dev to get started with Turborepo.
Basic Usage
Visit https://turborepo.dev to get started with Turborepo.
Packages
This is a monorepo containing the following packages:
create-turbo
eslint-config-turbo
eslint-plugin-turbo
top-issues
tsconfig
turbo
turbo-codemod
turbo-gen
turbo-ignore
turbo-releaser
- ... and 9 more
Project Info
- Language: TypeScript, Rust, JavaScript
- Tests: Yes
File Structure
├── apps/
│ ├── agents/
│ └── docs/
├── cli/
│ ├── LICENSE
│ ├── Makefile
│ ├── package.json
│ ├── README.md
│ └── turbo.json
├── crates/
│ ├── turbo-trace/
│ ├── turborepo/
│ ├── turborepo-ai-agents/
│ ├── turborepo-analytics/
│ ├── turborepo-api-client/
│ ├── turborepo-auth/
│ ├── turborepo-boundaries/
│ ├── turborepo-cache/
│ ├── turborepo-ci/
│ ├── turborepo-config/
Generated by repo2skill