create-express-app-by-kk
v1.0.3
Published
A custom CLI tool to scaffold a boilerplate Express.js application using PostgreSQL and Sequelize ORM.
Downloads
7
Readme
create-express-app-by-kk
A custom CLI tool to scaffold a boilerplate Express.js application using PostgreSQL and Sequelize ORM.
🚀 What It Does
This CLI sets up a production-ready Express project with:
- 🐘 PostgreSQL as the database
- 🧬 Sequelize as the ORM
- 📂 Organized file structure (controllers, services, routes, models, middleware, validators, migrations etc.)
- ✨ TypeScript support
- ⚙️ Pre-configured
.env,.gitignore, andtsconfig.json
📦 Installation
Install the CLI globally:
bash / terminal
npm install -g create-express-app-by-kk
📦 USAGE
bash / terminal
npx create-express-app-by-kk <project_name>
