This is a tool that scans web applications, pointing out broken links, missing images and so on.
NodeJS SETUP Tutorial
npm install- 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 npx blc --help