markdown-link-reporter
v1.1.1
Published
A module for finding broken local markdown links.
Downloads
13
Maintainers
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