Skip to content

Latest commit

 

History

History
49 lines (30 loc) · 657 Bytes

README.md

File metadata and controls

49 lines (30 loc) · 657 Bytes

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