Package Exports
- linkinator
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (linkinator) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
🐿 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