Broken link checker
- Install with:
npm install broken-link-checker -g
- Run with:
blc https://www.website.com/blog -ro --exclude-external
- Run locally and save log with:
blc http://localhost:80/blog -ro --exclude-external > output.txt
Related articles:
- https://matthewsetter.com/writing-tools/npm-broken-link-checker/
- https://davidwalsh.name/broken-link-checker