Package Exports
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 (link-inspector) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
link-inspector
A npx package that automatically scans files and directories for broken links.
Installation
npm install -g link-inspector
Usage
Makes a file in an "output/" directory that containes all the broken links found
npx link-inspector <file/directory path>
To list available commands:
npx link-inspector help
Contributing
We welcome contributions of any kind including, suggestions, bug reports, pull requests etc. We would love to hear from you. If you want to contribute yourself, see CONTRIBUTING.md.
Development
Clone
git clone https://github.com/justindhillon/link-inspector.git cd link-inspector
Install Dependencies
npm install
Run the npx package
npx link-inspector <file/directory path>
Testing the npx package
npm run test
License
link-inspector uses the AGPL-3.0 license.