Skip to content

taichimaeda/wireplus

 
 

Repository files navigation

Wireplus: Wire Supercharged

Wireplus is a wire command superchaged with graphviz vizualisation.

The wireplus CLI includes an extra command wireplus graph which visualizes the dependency graph in online Graphviz editor available at https://edotor.net/

wireplus demo

*Demo graph generated from https://github.com/google/go-cloud

Installing

Install wireplus by running:

go install github.com/taichimaeda/wireplus/cmd/wireplus@latest

and ensuring that $GOPATH/bin is added to your $PATH.

Usage

wireplus graph github.com/google/path/to/package initializeApplication

or

cd /path/to/package
wireplus graph . initializeApplication

About

Wire supercharged with sraphviz vizualisation

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 96.4%
  • Shell 3.6%