1.0.0 • Published 8 years ago

nhtml v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
8 years ago

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.