Euler
Generate dependency graph from golang structs and components
Installation
go install github.com/mehditeymorian/euler@latest
How to Use
Generate for Components
Generate graph for component
euler component -p GIT_REPO|LOCAL_DIR
For example the following is dependency graph is for Docker Compose project.
Generate for Struct Models
euler struct -p ./structs-dir -e "a.go,b.go,c.go" -f
# output: out.svg