treeify : converts a JS object into a nice and readable tree structure for the console. You can installing treeify npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install treeify $ sudo npm install -g treeify
If want to update the treeify package execute the command as below,
$ sudo npm update treeify
Update package globally,
$ npm install -g treeify
$ sudo git clone https://github.com/rektide/treeify.git
$ sudo npm install -g ./treeify
treeify@1.0.1 /usr/lib/node_modules/treeify
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall treeify
| Package Name | treeify |
| Version | 1.0.1 |
| Description | converts a JS object into a nice and readable tree structure for the console |
| Released Date | 2013-04-06T12:24:38.173Z |
| Published by | notatestuser |
| How to Learn | https://www.npmjs.com/package/treeify/tutorial |