express-mvc-scaffolding
v1.0.2
Published
This package create a basic backend mvc folder structure just by writing one command in terminal
Downloads
2
Maintainers
Readme
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