Skip to content

victorchiaka/depscope

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DepScope

A Go mod visualizer written in Go

Install

go install github.com/victorchiaka/depscope/cmd/depscope@latest

Usage

cd your-go-project
depscope

Open http://localhost:4000 in your browser.

Custom port

depscope -port 8080

Contributing

  1. Clone and create a feature branch:
git clone https://github.com/victorchiaka/depscope.git
git checkout -b feature/your-feature
  1. Create a PR with:
    • Brief feature description
    • Short demo video/gif showing the feature in action
    • Ensure tests pass

Development

go run ./cmd/depscope
go run ./cmd/depscope -port 8080

License

MIT

About

A Go mod visualizer written in Go

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors