@eetukudo/node-mvc
v1.0.7
Published
A CLI to scaffold new nodejs projects using the MVC design pattern.
Downloads
44
Readme
node-mvc
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.
Installation
Use the node package manager npm to install node-mvc.
npm i @eetukudo/node-mvc
Usage
npm init @eetukudo/node-mvc
# or
npx @eetukudo/node-mvc
# or
npm install -g @eetukudo/node-mvc
node-mvc
Contributors
Emmanuel Etukudo [email protected]
Contributing
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.