Graphically displays the directory and file structure of a path with icons
npm install icon-tree
bash
npm install -g icon-tree
`
๐ Usage
`bash
itree --help
`
`bash
Usage: itree [options]
Options:
-a, --author Display information from the author of this package [boolean]
-f, --folder Display the files inside the folder you specified [string]
--folder-contents Show the content of the folder [boolean]
-w, --weight Display the weight of the files [boolean]
-v, --version Show version number [boolean]
-h, --help Show help [boolean]
``