Skip to content

Latest commit

 

History

History
57 lines (40 loc) · 1.11 KB

README.md

File metadata and controls

57 lines (40 loc) · 1.11 KB

Tequila

refactor analysis tools

Usage

tequila viz command line

Usage:
  tequila [command]

Available Commands:
  call        icall grpah
  coll        full collaboration graph
  dc          database call chain grpah
  dd          database dependencies
  help        Help about any command
  include     include dependencies of source code
  jc          java code package dependencies
  jd          java code to database dependencies
  sp          query sql parse
  tar         full collaboration graph from tar file

Flags:
      --config string   config file (default is $HOME/.tq_viz_cli.yaml)
  -h, --help            help for tequila
  -t, --toggle          Help message for toggle

Use "tequila [command] --help" for more information about a command.

Doxygen

  1. install doxygen
brew instal doxygen
  1. create Doxyfile

copy from examples

  1. change INPUT & OUTPUT_DIRECTORY in config
INPUT                  = examples/inheritance-tree-code
OUTPUT_DIRECTORY       = examples/inheritance-tree-code

LICENSE

Copyright (c) Li Xin. All rights reserved.

Licensed under the MIT license.