1.0.2 • Published 1 year ago

express-mcsr v1.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

express-mcsr

npm version License: ISC

Initialize MCSR project structure for Express.js effortlessly. Model,Controller,Services,Routes in just few commands

To install express-mcsr and create an MCSR project structure for your Express.js application, follow these steps:

  1. Initialize a new Node.js project in your desired directory:
    npm init -y 
  2. Install express-mcsr package:
    npm install express-mcsr
  3. Install Express
    npm i express
  4. Run the following command to generate the MCSR project structure
    node ./node_modules/express-mcsr/bin/express-mcsr-init

Happy Coding

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago