A Go mod visualizer written in Go
go install github.com/victorchiaka/depscope/cmd/depscope@latestcd your-go-project
depscopeOpen http://localhost:4000 in your browser.
depscope -port 8080- Clone and create a feature branch:
git clone https://github.com/victorchiaka/depscope.git
git checkout -b feature/your-feature- Create a PR with:
- Brief feature description
- Short demo video/gif showing the feature in action
- Ensure tests pass
go run ./cmd/depscope
go run ./cmd/depscope -port 8080MIT