node-mvc is a CLI to scaffold new nodejs projects using the MVC design pattern. It helps you architect your API-driven nodejs application from the ground up using the Layered-architecture approach.
Use the node package manager npm to install node-mvc.
npm i @eetukudo/node-mvcnpm init @eetukudo/node-mvc
# or
npx @eetukudo/node-mvc
# or
npm install -g @eetukudo/node-mvc
node-mvc
Emmanuel Etukudo hello@emma.dev
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.