Skip to content

Turborepo

Terminal window
tinkerise monorepo my-repo --package-manager pnpm
Terminal window
tinkerise monorepo my-repo --no-install

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
  • Node.js >=18.0.0
  • npx available in your Node install
tinkerise flagNative create-turbo flagNotes
--no-install--skip-installSkips dependency install
--package-manager <pm>-m <pm>Supports npm, pnpm, yarn, bun
  • Registry category is web, but user-facing entrypoint is tinkerise monorepo.
  • tinkerise delegates to create-turbo.
  • Pass-through args are enabled.

Native pass-through example:

Terminal window
tinkerise monorepo my-repo -- --example with-tailwind

You get the official Turborepo scaffold output, including:

  • Monorepo workspace layout with apps/ and packages/
  • Turbo pipeline config and workspace scripts
  • Starter apps/packages based on selected package manager and defaults

See full CLI flags: /reference/commands/