omni-gen 🚀
omni-gen is a lightweight CLI tool designed to scaffold a professional MERN (MongoDB, Express, React, Node) backend structure in seconds. Stop wasting time on boilerplate and start coding your logic immediately.
---
✨ Features
- 📁
Complete Folder Structure: Automatically creates
controllers,
models,
routes,
middleware, and
config.
- ⚙️
Pre-configured Server: Generates a
server.js with Express, Dotenv, Mongoose, and CORS already set up.
- 📦
Auto-Dependency Install: Automatically runs
npm init and installs
express,
mongoose,
dotenv, and
cors.
- 🔒
Security Ready: Generates a
.gitignore and
.env template to keep your secrets safe.
---
🚀 Installation
You can run it directly using
npx (no installation required):
```bash
npx omni-gen