1.0.3 • Published 1 year ago
my-foldy v1.0.3
Create Structure CLI
A simple CLI tool to generate a Node.js backend folder structure with basic starter code, including Express, Mongoose, 'body-parser' , 'cors' and 'dotenv' packages.
Installation
You can install the backend structure generator using npx.
npx my-foldyProject Structure
my-project/
├── src/
│ ├── controllers/
│ ├── routes/
│ ├── models/
│ ├── middlewares/
│ └── utils/
├── public/
└── tests/
└── .gitignore
└── .envQuestions you will be asked is:
- Project Name:
? Enter the project name: my-project