arya2004 / arya2004/auto-express

🚀 Implement Full Express Project Scaffolding (MVC/API/Views)

Open
#31 1 comment 0 reactions 1 assignee Claimed by @AnthonyFinney View on GitHub
cli documentation good first issue hacktoberfest refactor typescript
Dominant language
TypeScript
Stars
6
Forks
17
PR merge metrics
No merged PRs in 30d

Description

### 🛠 Description
The CLI currently only creates `.gitignore` and `README.md`. It should fully scaffold a basic Express.js app as promised in README.

### ✅ Task
- Create `package.json` in the new project
- Add `index.js` or `app.js` with Express boilerplate
- Include folders: `routes/`, `controllers/`, `models/`, `middleware/`
- Add optional view engine setup (e.g., `ejs`)
- Accept flags to scaffold API or MVC pattern

---

### 💡 Motivation
Matches the promise made in README, making it more useful for real-world usage.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.