Skip to content

costinEEST/devtools

Repository files navigation

CLI

  • Create a monorepo using a Vite template and npm as package manager: npx create-turbo@latest -e with-vite
  • Run docs app in dev mode: npx turbo dev --filter=docs
  • Monorepo's tree structure: npx turbo ls
  • Install a dependency in a specific package: npm install vitest --workspace packages/fetch-to-curl

Docs

  • Initial Turbo's README file.