create-mern-folder
v1.0.1
Published
CLI to generate a clean MERN folder structure (no code, just folders)
Downloads
13
Maintainers
Readme
create-mern-folder
A simple CLI tool to instantly scaffold a clean MERN (MongoDB, Express, React, Node.js) folder structure.
Quick Start
npx create-mern-folder my-app
This command will generate the following folder structure:
my-app/
├── client/
│ ├── public/
│ ├── components/
│ └── pages/
│
├── server/
│ ├── controllers/
│ ├── models/
│ ├── routes/
│ ├── middlewares/
│ └── utils/
│
├── .gitignore
└── README.md
📦 Features
🧱 Clean and minimal MERN folder setup
🖥️ Separates frontend (client) and backend (server)
🗂️ Predefined folder structure for scalable development
💡 No boilerplate — start your custom setup however you like
🧰 Use Cases
Kickstart new MERN projects instantly
Standardize structure across your team
Save setup time for hackathons, projects, or clients
🛠 Requirements
Node.js (v14 or higher)
Internet connection (for npx usage)
📝 Example
npx create-mern-folder college-management-system
👨💻 Author
Made with ❤️ by Dheeraj Yadav
📄 License
This project is licensed under the MIT License
