0.1.1 • Published 2 years ago

mg-links v0.1.1

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

mglinks_logo

* MG-LINKS *

It is a library that allows you to validate URLs inside markdown files. It will allow you to obtain: link status, total links, unique links and broken links.


Getting started 🚀

mglinks_banner

These instructions will allow you to install the library on your local machine for development.

See Deployment for the library developed with Node.js.

Installation 🔧

You can install it by npm:

$ npm i mg-links

Guide to use ⚙️

You can run the library through the terminal:

mg-links <path-to-file> [options]

The paths entered can be relative or absolute and the options you can use are: --help or -h, --stats or -s, --validate or -v, or use both together --stats --validate or -s -v.

Case 1: mg-links <path-to-file>

case1


Case 2: mg-links <path-to-file> --validate

case2


Case 3: mg-links <path-to-file> --stats

case3


Case 4: mg-links <path-to-file> --stats --validate or md-links <path-to-file> --validate --stats

case4


Case 5: mg-links --help

case5


Case 6: When information is omitted or incorrect

case6


Case 7: mg-links <path-to-directory>

case7


Flowcharts

API-flowchart

Flowchart API MDLINKS

CLI-flowchart

Flowchart CLI MDLINKS


Test ✅

test


Built with 🛠️

Author ✒️

Mariana Guanda