1.0.0 • Published 7 years ago

htreeml v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

htreeml

Build Status

htreeml is a command-line tool written in Node for visualizing HTML DOM trees.

npm.io

Install

npm

npm install -g htreeml

Usage

htreeml accepts a single argument - filename - which represents the .html file that you would like to visualize.

For example, to visualize the DOM for the file index.html:

htreeml index.html

Author

htreeml was developed by Tushar Ghate

License

htreeml is available under the MIT license.