create-bawo-backend
v0.1.0
Published
Scaffold a Node/Express API (JS/TS) with useful tools.
Downloads
9
Readme
create-bawo-backend
Scaffold a production-ready Node/Express API (JavaScript or TypeScript) with:
- dotenv, pino, cors, helmet, rate limiting
- zod validation
- optional JWT auth helpers
- optional Swagger (OpenAPI) at
/docs - optional Vitest + Supertest
- optional Prisma (SQLite or PostgreSQL) or Mongoose (MongoDB)
- Dockerfile, git init
Quick start
# install globally (dev)
npm i -g create-bawo-backend
# or use npx after published
npx create-bawo-backend my-api