mvcs-mkh
v1.0.1
Published
this is simple command line tool to generate folders and files
Maintainers
Readme
App Builder
A CLI tool to build project structures and models.
Installation
npm install -g mvcs-mkhUsage Create MVC(S) Structure
mvcs-mkh create-mvcsCreate Model
mvcs-mkh make <model-name> -mCreate Model and Controller
mvcs-mkh make <model-name> -mcCreate Model, Controller, and Service
mvcs-mkh make <model-name> -mcs