1.0.2 • Published 7 months ago

express-mvc-scaffolding v1.0.2

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

express-mvc-scaffolding

This is the package to reduce your repetative work of creating folder structure for express mvc based architecture backend.

How to use it ?

First start your project by doing npm init and fill the fields according to yours project.

npm init

If you want to skip all the fields than simply do.

npm init -y

Than install all the important backend packages to start your project. Packages like express, body-parser, dotenv.

npm i express body-parser dotenv

Than install this package express-mvc-scaffolding, simply doing

npm i express-mvc-scaffolding

After installing the package just write mvcscaffold in your terminal and run command to get full folder structure of mvc backend.

mvcscaffold

Folder structure:

Folder Structure

Otuput:

OUTPUT

1.0.2

7 months ago

1.0.1

7 months ago

1.0.0

7 months ago