Skip to content
forked from newlee/tequila

refactor analysis tools. Mysql & Oracle dependencies analysis support. multiple languages based on doxygen, support for C, C++, C#, D, Fortran, IDL, Java, Objective-C, Perl, PHP, Python

License

Notifications You must be signed in to change notification settings

modernizing/tequila

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

refactor analysis tools. Mysql & Oracle dependencies analysis support. multiple languages based on doxygen, support for C, C++, C#, D, Fortran, IDL, Java, Objective-C, Perl, PHP, Python

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • Go 97.9%
  • Makefile 1.4%
  • Shell 0.7%