tree-hub
v1.9.0
Published
A command to display contents of a directory in tree structure
Downloads
2
Readme
Tree-Hub command
A command to display contents of a directory in tree structure
##How to use
Make sure you have Node.js installed.
cd testdir
npm install -g tree-hub
You will be able to see a tree structure for the current directory files.
It uses shell command internally.
Documentation
For more information about using Node.js and shell commands: