1.0.3 • Published 5 years ago
sharonhq-md-links v1.0.3
Table of Contents
About The Project

This module extracts all the links that are in a markdown file, it has two options:
- --validate: Check if there are valid or broken links
- --stats: Shows a statistic of the total number of links and how many of them are unique.
- --validate --stats: Adds to the statistics the total amount of broken links.
Flowchart
Implementation Board

Getting Started
Installation
- Install NPM packages
npm i sharonhq-md-linksUsage
We will use the md-links command to get the links of the path.
sharonhq-md-links md-links <path>--validate
sharonhq-md-links md-links <path> --validate--stats
sharonhq-md-links md-links <path> --stats--validate --stats
sharonhq-md-links md-links <path> --validate --statsContact
Project Link: https://github.com/SharonHQ/LIM013-fe-md-links