create-bare-express-ts-app
v1.0.3
Published
The fastest way to jumpstart a production-ready **Express.js** project with **TypeScript**. Stop wasting time configuring `tsconfig`, `ESLint`, and folder structures.
Readme
🚀 Create Bare Express TS App
The fastest way to jumpstart a production-ready Express.js project with TypeScript. Stop wasting time configuring tsconfig, ESLint, and folder structures.
Features
- Zero Config: Get a working TS server in seconds.
- Modern Tooling: Uses
tsxfor lightning-fast development (no more slow restarts). - Database Ready: Pre-configured with Prisma + SQLite (works out of the box).
- Code Quality: ESLint (Flat Config) and Prettier pre-installed and linked.
- Environment: Automatic
.envand.gitignoresetup.
Quick Start
Run one of the following commands to scaffold your project instantly:
Using Bun (Fastest)
bun create bare-express-ts-app my-project
Using PNPM
pnpm create bare-express-ts-app my-projectUsing NPM
npm create bare-express-ts-app@latest my-project