link-c
v1.0.3
Published
A simple CLI tool to check if all links on a webpage (including the main page) are working or broken.
Readme
LinkChecker
A simple CLI tool to check if all links on a webpage (including the main page) are working or broken.
Features
- Checks the main website URL status.
- Finds all
<a>links on the page. - Validates each link with HTTP requests.
- Supports both absolute and relative links.
- Falls back to
GETrequest ifHEADfails. - Simple CLI usage via
npx.
Installation & Usage
You can run LinkChecker without installing it globally:
npx link-c <website>
npx link-c chatgpt.com
