dynamic-folder-setup
v1.0.1
Published
Generate a complete backend folder structure
Maintainers
Readme
Dynamic Folder Setup
A simple and efficient Node.js CLI tool that automatically generates a professional backend folder structure.
Perfect for Express.js, REST APIs, MVC architecture, and clean backend organization.
🚀 Features
- Automatically creates a full backend folder structure.
- Adds README.md inside each folder.
- Supports CLI usage via
npx. - Zero configuration — just run the command and your structure is ready.
📁 Folder Structure Generated
src/ ├── config/ ├── controllers/ ├── routes/ ├── models/ ├── services/ ├── middlewares/ ├── utils/
Each folder includes its own README.md for guidance.
🔧 Installation & Usage
Use with NPX (recommended)
npx dynamic-folder-setup