create-backend-apps-express
v1.0.8
Published
CLI to create Node.js backend projects
Maintainers
Readme
Create Backend Apps Express CLI
Quickly scaffold an Express backend project with optional TypeScript, Prisma, PostgreSQL, JWT, bcrypt, CORS, and cluster support.
Recommended to use Bun for fastest installation and runtime.
🚀 Usage
Run the CLI with a project name:
# Using npm
npx create-backend-apps-express
# Using pnpm
pnpx create-backend-apps-express
# Using bun
bunx create-backend-apps-express