my-foldy

1.0.3 • Public • Published

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

Package Sidebar

Install

npm i my-foldy

Weekly Downloads

0

Version

1.0.3

License

MIT

Unpacked Size

5.94 kB

Total Files

3

Last publish

Collaborators

  • minavkaria