Turborepo
Quick start
Section titled “Quick start”tinkerise monorepo my-repo --package-manager pnpmtinkerise monorepo my-repo --no-installWhen to use
Section titled “When to use”Use turbo when you want:
- A monorepo with shared apps/packages structure
- Fast task orchestration and caching workflows
- A scalable setup for teams managing multiple packages
Prerequisites
Section titled “Prerequisites”- Node.js
>=18.0.0 npxavailable in your Node install
Unified flags
Section titled “Unified flags”| tinkerise flag | Native create-turbo flag | Notes |
|---|---|---|
--no-install | --skip-install | Skips dependency install |
--package-manager <pm> | -m <pm> | Supports npm, pnpm, yarn, bun |
Framework-specific behavior
Section titled “Framework-specific behavior”- Registry category is
web, but user-facing entrypoint istinkerise monorepo. - tinkerise delegates to
create-turbo. - Pass-through args are enabled.
Native pass-through example:
tinkerise monorepo my-repo -- --example with-tailwindGenerated output
Section titled “Generated output”You get the official Turborepo scaffold output, including:
- Monorepo workspace layout with
apps/andpackages/ - Turbo pipeline config and workspace scripts
- Starter apps/packages based on selected package manager and defaults
Related enhancements
Section titled “Related enhancements”Command reference
Section titled “Command reference”See full CLI flags: /reference/commands/