1.0.3 • Published 7 months ago

my-foldy v1.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
7 months ago

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-foldy

Project Structure

my-project/
├── src/
│   ├── controllers/
│   ├── routes/
│   ├── models/
│   ├── middlewares/
│   └── utils/
├── public/
└── tests/
└── .gitignore
└── .env

Questions you will be asked is:

  • Project Name: ? Enter the project name: my-project
1.0.3

7 months ago

1.0.2

7 months ago

1.0.1

7 months ago

1.0.0

7 months ago