find-empty-href

0.0.3 • Public • Published

find-empty-href

A node script to traverse a folder (and it's subfolders) for (x)html files and return a list of files that have an <a> tag with an empty href attribute.

Installation

$ npm i -g find-empty-href

Usage

$ cd my/folder/with/html/files
$ find-empty-href

Example Output

$ find-empty-href
**** Searching 1 file for Empty href Values in <a> Tags ****
Reading sample.xhtml...
**** Search Complete.  Found 1 bad file ****
Empty HREFs found in sample.xhtml

/find-empty-href/

    Package Sidebar

    Install

    npm i find-empty-href

    Weekly Downloads

    0

    Version

    0.0.3

    License

    UNLICENSED

    Unpacked Size

    3.28 kB

    Total Files

    4

    Last publish

    Collaborators

    • sators