Package Exports
- markdown-link-reporter
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 (markdown-link-reporter) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Markdown Link Reporter 📝
A cli tool for identifying all broken local markdown links in a file or directory.
Installation
npm install -g markdown-link-reporter
Usage
After installing, run the command markdown-link-reporter
in your terminal. By default, this will scan all markdown files in your current working directory.
To test a specific directory or file, run markdown-link-reporter <relative or absolute path to folder or file>
.
Example:
markdown-link-reporter ./Readme.md