Nodejs evojs cli
npm install @evojs/cliCLI for evojs modules
Creating a project:
``bash`
evojs create
evojs new
Adding modules to the project:
`bash`
evojs add [module_names...]
evojs install [module_names...]
Where module_names is
Generating an element to the project:
`bash`
evojs gen
evojs generate
Where target_type is service | controller`
Licensed under MIT license