1.0.7 • Published 3 years ago

@eetukudo/node-mvc v1.0.7

Weekly downloads
9
License
MIT
Repository
-
Last release
3 years ago

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 hello@emma.dev

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.

License

MIT