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.
These instructions will allow you to install the library on your local machine for development.
See Deployment for the library developed with Node.js.
You can install it by npm:
$ npm i mg-links
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.
API-flowchart
CLI-flowchart











