Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 315 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 315 Bytes

ls-tree

A CLI command to print out a tree structure of all the contents inside a directory.

You can run the ls-tree command which will result in:

├─ LICENSE
├─ README.md
├─ cmd
│  ├─ root.go
│  ├─ tree.go
├─ go.mod
├─ go.sum
├─ main.go

PS ~ PRs are welcome