1.0.2 • Published 1 year ago
markdown-links-check v1.0.2
: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.