nhtml
v1.0.0
Published
A command line tool, that extracts the skeleton of a html document, omitting text content and attribute values.
Downloads
3
Readme
html_skeleton
A command line tool, that extracts the skeleton of a html document, omitting text content and attribute values.
Installation
Install Node.js
In the terminal, you run:
npm install -g html_skeleton
(the -g option means global installation)
Usage
from anywhere in your terminal you can call now:
html_skeleton your_file.html
And the HTML skeleton will pe printed to you terminal.