🐿 linkinator
A super simple site crawler and broken link checker.
Installation
$ npm install linkinator
Usage
You can use this as a library, or as a CLI. Let's see the CLI!
$ npx linkinator http://jbeckwith.com
That was fun. What about local files? The linkinator will stand up a static web server for yinz:
$ npx linkinator ./docs
But that only gets the top level of links. Lets go deeper and do a full recursive scan!
$ npx linkinator ./docs --recurse
Aw, snap. I didn't want that to check those links. Let's skip em:
$ npx linkinator ./docs --skip www.googleapis.com
License
MIT