1.0.3 • Published 4 years ago

sharonhq-md-links v1.0.3

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

Forks LinkedIn

Table of Contents

About The Project

md-links

This module extracts all the links that are in a markdown file, it has two options:

  1. --validate: Check if there are valid or broken links
  2. --stats: Shows a statistic of the total number of links and how many of them are unique.
  3. --validate --stats: Adds to the statistics the total amount of broken links.

Flowchart

flow-chart

Implementation Board

board

Getting Started

Installation

  1. Install NPM packages
npm i sharonhq-md-links

Usage

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 --stats

Contact

Sharon

Project Link: https://github.com/SharonHQ/LIM013-fe-md-links