Skip to content
/ gmtree Public

Generate treeview for command "go mod graph".

License

Notifications You must be signed in to change notification settings

rujax/gmtree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gmtree

Generate treeview for command "go mod graph" .

Requirements

Install

$ go get -u https://github.com/rujax/gmtree

Argument

Name Alias Type Default Value
--indent -i int 2

Usage

Print treeview on Stdout

$ go mod graph | gmtree # Indent: 2
$ go mod graph | gmtree -i n # Indent: n

Save treeview to file

$ go mod graph | gmtree > treeview_file_path

Example

Mac

example_mac.png

Windows

example_windows.png

Linux

example_linux.png

About

Generate treeview for command "go mod graph".

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages