tusharghate / htreeml

A command-line tool written in Node for visualizing HTML DOM trees

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

htreeml

Build Status

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

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.

About

A command-line tool written in Node for visualizing HTML DOM trees

License:MIT License


Languages

Language:JavaScript 99.0%Language:HTML 1.0%