A command line tool, that extracts the skeleton of a html document, omitting text content and attribute values.
Install Node.js
In the terminal, you run:
npm install -g html_skeleton
(the -g option means global installation. You also might use "sudo")
From anywhere in your terminal you can call now:
html_skeleton your_file.html
And the HTML skeleton will be printed to your terminal.
