0.0.2 • Published 7 years ago

chick-cli v0.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
7 years ago

The Chick :hatching_chick: - (under development)

CLI to create and configure modules to ERP - Tijuca Alimentos

Installation

$ npm install -g chick-cli

Binary

$ tiju

or

$ chick

List of commands

CommandDescription
iniciarcriar novo módulo com os arquivos padrões necessários (boilerplate)
criarcriar novos itens para o módulo como, sub módulos, views ou boilerplate para ajax
statusmostra as informações sobre o módulo
ajudamostrar instruções de como usar determinado comando

Dictionary of commands

iniciar

$ tiju iniciar <module-name>

Example

$ tiju iniciar myModule

criar

  • 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 crud

status

$ tiju status

ajuda

$ tiju ajuda <command>

Example

$ tiju ajuda iniciar
0.0.2

7 years ago

0.0.1

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago