1.0.2 • Published 2 years ago
express-mvc-scaffolding v1.0.2
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 initIf you want to skip all the fields than simply do.
npm init -yThan install all the important backend packages to start your project. Packages like express, body-parser, dotenv.
npm i express body-parser dotenvThan install this package express-mvc-scaffolding, simply doing
npm i express-mvc-scaffoldingAfter installing the package just write mvcscaffold in your terminal and run command to get full folder structure of mvc backend.
mvcscaffold
