1.0.11 • Published 4 months ago

create-turboquick-app v1.0.11

Weekly downloads
-
License
MIT
Repository
-
Last release
4 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

4 months ago

1.0.10

4 months ago

1.0.9

4 months ago

1.0.8

4 months ago

1.0.7

4 months ago

1.0.6

4 months ago

1.0.5

4 months ago

1.0.4

4 months ago

1.0.3

4 months ago

1.0.2

4 months ago

1.0.1

4 months ago

1.0.0

4 months ago