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 directory.
Installation
npm install -g markdown-link-reporter
Usage
After installing, run the command md-report
in your terminal. By default, this will scan all markdown files in your current working directory.
To test a specific directory, run md-report <relative or absolute path to folder>
.
Example:
md-report README.md