entix-cli
v0.2.30
Published
command line tool for generating entix projects boilerplate file
Downloads
18
Readme
entix-cli
Generation of boilerplate:
- models
- repositories
- services
- controllers
- module
- app
Create a new project
entix app <project-name> --path
Create a new module
entix module <module-name>
Create a new model
entix model <model-name>
Create a new repository
entix repository <repository-name>
Create a new service
entix service <service-name>
Create a new controller
entix controller <controller-name>