Skip to content

CLI to create and configure modules to ERP - Tijuca Alimentos

Notifications You must be signed in to change notification settings

GabrielBibiano/chick-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The 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

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

About

CLI to create and configure modules to ERP - Tijuca Alimentos

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages