- Dependency Tree Generation (ASCII, PNG, SVG, Graphviz DOT)
- Security Analysis (vulnerability scanning)
- License Compliance (detection, risk checking)
- Health Monitoring (last update, score, maintenance status)
- CI/CD Friendly (JSON/YAML outputs, non-zero exit codes)
# Install latest version
curl -fsSL https://raw.githubusercontent.com/mehmetymw/goviz/main/install.sh | bashgoviz generate --format tree # ASCII tree in terminal
goviz generate --format png -o out.png # Visual diagram
goviz doctor # Health score + update info
goviz licenses # License analysis
goviz analyze --format json # Full report in JSON- name: Install GoViz
run: |
git clone https://github.com/mehmetymw/goviz.git
cd goviz && go build -o goviz . && sudo mv goviz /usr/local/bin/
- run: goviz doctor --format json --output health.json
- run: goviz licenses --format json --output licenses.jsonBuilt for the Go community – helping developers govern dependencies in the age of AI.

