create-tcn-app
v1.0.0
Published
CLI tool to create a new Turbo Convex Starter Kit
Maintainers
Readme
create-tcn-app
A CLI tool to create a new Turbo Convex Starter Kit.
Features
- 🚀 Quick project setup with Turborepo and Convex
- 🔐 Built-in authentication setup
- 📝 Environment variable configuration
- 🎨 Modern UI with ShadCN and TailwindCSS
- 📦 Monorepo structure with packages for web and backend
Usage
# Using npx (recommended)
npx create-tcn-app
# Or install globally
npm install -g create-tcn-app
create-tcn-appOptions
--dry-run: Run through the setup process without making any changes--debug: Show detailed debug information during setup
Requirements
- Node.js >= 16.0.0
- pnpm (for package management)
- Git (for cloning the starter kit)
What's Included
The starter kit includes:
- Next.js for the frontend
- Convex for the backend
- TailwindCSS for styling
- ShadCN UI components
- TypeScript support
- Workspace management features
- Project tracking capabilities
- And more!
License
MIT - see LICENSE file for details
Author
Asad Komi
