Skip to content

a command line tool, that extracts the skeleton of a html document, omitting text content and attribute values

Notifications You must be signed in to change notification settings

antonharald/html_skeleton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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. You also might use "sudo")

Usage

From anywhere in your terminal you can call now:

html_skeleton your_file.html

And the HTML skeleton will be printed to your terminal.

About

a command line tool, that extracts the skeleton of a html document, omitting text content and attribute values

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published