starter-turborepo
v2.0.4
Published
A CLI to set up a Turborepo architecture
Maintainers
Readme
Basic Architecture - Turborepo Starter
🚀 A simple and scalable Turborepo architecture template for monorepos.
Features
✅ Pre-configured Turborepo setup
✅ Includes Next.js, shared UI components, and utilities
✅ Optimized for scalability and maintainability
✅ Supports pnpm, yarn, or npm
Installation
You can create a new project using npx:
npx starter-turborepo my-projectThis will:
- Clone the template repository.
- Install dependencies.
- Set up the Turborepo structure.
Alternative: Using npm install -g
You can also install it globally:
npm install -g starter-turborepo
starter-turborepo my-projectUsage
Once installed, navigate into your project folder:
cd my-project
npm run devContributing
Feel free to contribute to this project! Fork the repository, make changes, and submit a pull request.
License
MIT License
