create-turbo
v2.6.3
Published
Create a new Turborepo
Keywords
Readme
Welcome to Turborepo
Turborepo is a high-performance monorepo build-system for modern JavaScript and TypeScript codebases.
To get started, open a new shell and run:
npx create-turbo@latestThen follow the prompts you see in your terminal.
For more information about Turborepo, visit turborepo.com and follow us on X (@turborepo)!
Contributing
If you're working on updating the basic example that create-turbo uses and would like to test the end-to-end workflow, you'll need to follow a few steps:
- Push your code updates for
basicto a branch on GitHub. - Run
./dist/cli.js -e [GITHUB_BRANCH]/examples/basic.
