1.0.11 • Published 6 months ago

create-turboquick-app v1.0.11

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

6 months ago

1.0.10

6 months ago

1.0.9

6 months ago

1.0.8

6 months ago

1.0.7

6 months ago

1.0.6

6 months ago

1.0.5

6 months ago

1.0.4

6 months ago

1.0.3

6 months ago

1.0.2

6 months ago

1.0.1

6 months ago

1.0.0

6 months ago