Skip to content

erikcnel/go-raph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-raph

minimalist go dependency graph visualization

screenshot

Screenshot 2025-06-12 at 1 50 40 AM

usage

# analyze current directory
go run main.go

# analyze specific directory
go run main.go /path/to/project

# or with flag
go run main.go -path /path/to/project

# custom port
go run main.go -port 3000

node types

  • red: main module
  • blue: packages
  • yellow: external imports

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published