markdown-links-check
Version:
This lib extract the links in a markdown file, has two options: an array result with all links in the file with the title and the URL or test all the URLs and return the status code for each one.
25 lines (14 loc) • 736 B
Markdown
# :white_check_mark: markdown-links-check
## This lib extract the links in a markdown file, has two options:
*The markdown file for the exemple below is at: /files/text.md
- An array result with all links in the file with the title and the URL

- Test all the URLs and return the status code for each one
-

## Installation
- npm i markdown-links-check
## How to use
- Run the following command in terminal -> **markdown-links-check filepath**
Change filepath to the actual filepath of your markdown file. This lib can be used globally,
the file path can be relative or absolute to the directory where you are running the lib.