omni-gen
v1.0.0
Published
Professional MERN Backend folder structure generator
Maintainers
Readme
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, andconfig. - ⚙️ Pre-configured Server: Generates a
server.jswith Express, Dotenv, Mongoose, and CORS already set up. - 📦 Auto-Dependency Install: Automatically runs
npm initand installsexpress,mongoose,dotenv, andcors. - 🔒 Security Ready: Generates a
.gitignoreand.envtemplate to keep your secrets safe.
🚀 Installation
You can run it directly using npx (no installation required):
npx omni-gen