create-temp-ks
v0.2.10
Published
Scaffold a Bun + Express project
Downloads
279
Readme
🛠️ Bun Express Project Scaffold CLI
A custom project scaffold CLI built with Bun to quickly generate a modern TypeScript Express backend project with optional Redis and ORM support (Mongoose or Prisma).
✨ Features
- ✅ Project name prompt
- 📦 Pre-configured with Bun + Express + TypeScript
- 🧠 Optional Redis integration (
Bun redis) - 🧠 Optional S3 integration (
Bun S3) - 🧠 Optional Socket.io integration (
socket.io) - 🧠 Optional gRPC integration (
gRPC) - 🗃️ Choose ORM between Mongoose, Prisma, or no database
- 📂 Organized folder structure
- ⚙️ Automatically sets up
.env, dependencies, and starter imports
🚀 How to Use create template express:
bunx create-temp-ks@latest
or
npx create-temp-ks@latestTo run:
bun install or npm install
bun dev or npm run devTo build:
bun bun:build