Convert a list of file paths into a tree structure visualization
Print a list of paths as a tree of paths
as-tree
$ find . -type f | as-tree
$ ls -R | as-tree
$ npm list | as-tree