chick-cli
v0.0.2
Published
CLI to create and configure modules to ERP - Tijuca Alimentos
Readme
The Chick :hatching_chick: - (under development)
CLI to create and configure modules to ERP - Tijuca Alimentos
Installation
$ npm install -g chick-cliBinary
$ tijuor
$ chickList of commands
| Command | Description | | ------ | ------ | | iniciar | criar novo módulo com os arquivos padrões necessários (boilerplate) | | criar | criar novos itens para o módulo como, sub módulos, views ou boilerplate para ajax | | status | mostra as informações sobre o módulo | | ajuda | mostrar instruções de como usar determinado comando |
Dictionary of commands
iniciar
$ tiju iniciar <module-name>Example
$ tiju iniciar myModulecriar
- OBS: item = template || sub-modulo
- [type] to item = template: (empty), form, dataTable, formTable
- [type] to item = sub-modulo: (empty), crud
$ tiju criar <item> <name> [type]Example
$ tiju criar template myNewTemplate form$ tiju criar sub-modulo mySub crudstatus
$ tiju statusajuda
$ tiju ajuda <command>Example
$ tiju ajuda iniciar