The Wayback Machine - https://web.archive.org/web/20220627045913/https://github.com/newlee/tequila
Skip to content

newlee/tequila

master
Switch branches/tags
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
dot
 
 
 
 
 
 
 
 
viz
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Tequila: Compare DDD Model with code

How to use?

Prepare

Example:

  • DDD Model(dot file)

  • Code
  • Doxygen File

Features Done

  • DDD model validate
  • Cpp code check with DDD model
  • Inherit support
  • Include dependencies visualization

Features TODO

  • Output detail result for cpp code check
  • Cpp code check with DDD solution domain

Build & Run Cpp example:

  • generate doxygen dot files: doxygen examples/step2-code/Doxyfile
  • build & run example: go build && ./tequila

Build & Run Java example:

  • generate doxygen dot files: doxygen examples/step2-Java/Doxyfile
  • build & run example: go build && ./tequila