check-html-links
v0.2.4
Published
A fast low dependency checker of html links/references
Readme
Check HTML Links
A fast checker for broken links/references in HTML.
Installation
npm i -D check-html-linksUsage
npx check-html-links _siteFor docs please see our homepage https://rocket.modern-web.dev/tools/check-html-links/overview/.
Comparison
Checking the output of the 11ty-website with 13 missing reference targets (used by 516 links) while checking 501 files. (on January 17, 2021)
| Tool | Lines printed | Times | Lang | Dependency Tree | | ---------------- | ------------- | ------ | ---- | --------------- | | check-html-links | 38 | ~2.5s | node | 19 | | link-checker | 3000+ | ~11s | node | 106 | | hyperlink | 68 | 4m 20s | node | 481 | | htmltest | 1000+ | ~0.7s | GO | - |
