Skip to content

razvanvancea/broken-link-checker-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

broken-link-checker-tool

This is a tool that scans web applications, pointing out broken links, missing images and so on.

Prerequisites

NodeJS SETUP Tutorial

INSTALLATION

npm install

RUN

  • scan only the links on the current page
npx blc https://qa-practice.netlify.app
  • scan links recursively in the entire project (current page, other pages, and subpages) (by adding -ro flag)
npx blc https://qa-practice.netlify.app -ro
  • exclude external domains (by adding -e flag)
npx blc https://qa-practice.netlify.app -roe
  • exclude specific domain URLs (e.g. Twitter and LinkedIn)
npx blc https://qa-practice.netlify.app -ro --exclude twitter --exclude linkedin  

HELP

npx blc --help

NPM Docs

About

Tool to check broken links on different websites

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published