1.0.11 • Published 5 months ago

create-turboquick-app v1.0.11

Weekly downloads
-
License
MIT
Repository
-
Last release
5 months ago

create-turboquick-app is a CLI tool to quickly scaffold a new project using the Turbo Starter template with pnpm.

Tech Stack

  • Express
  • Next.js
  • WebSocket
  • Prisma

Feel free to delete any part of the stack according to your project requirements.

Features

  • Instantly clones the Turbo Starter template from GitHub.
  • Automatically installs dependencies using pnpm.
  • Interactive prompt to choose the project name.
  • Removes .git to avoid conflicts.

Usage

Run the following command to start the interactive setup:

npx create-turboquick-app

Setup Database (Prisma)

  1. Rename .env.example to .env
  2. Run the following commands:
npx prisma migrate dev
npx prisma generate
1.0.11

5 months ago

1.0.10

5 months ago

1.0.9

5 months ago

1.0.8

5 months ago

1.0.7

5 months ago

1.0.6

5 months ago

1.0.5

5 months ago

1.0.4

5 months ago

1.0.3

5 months ago

1.0.2

5 months ago

1.0.1

5 months ago

1.0.0

5 months ago