/Kleanjs

A module creation tool for application that has a model(schema), controller, services, repositories. I plan to use it for myself in my js applications

Primary LanguageJavaScript

Everytime when I need to create a module, I am forced to create a model.js, validation.js, controller.js, route.js etc which is a painfully repetitive work. So no more of that anymore. Just type klean module [module-name] and you will have everything ready. A full explanation of this tool is coming soon...