Skip to content

Node module to analyze every html in a given directory and reports a list of files with unclosed html tags.

License

Notifications You must be signed in to change notification settings

jantimon/UnclosedHtmlTags

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

UnclosedHtmlTags

node module to analyze every html in a given directory and reports a list of files with unclosed html tags.

Installation:

$ npm install unclosedhtmltags

Usage:

var unclosedhtmltags = require("unclosedhtmltags");
unclosedhtmltags.analyze('.'); //Analyze html in current directory (Recursively analizes children directories too)

About

Node module to analyze every html in a given directory and reports a list of files with unclosed html tags.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%