1.0.0 β€’ Published 2 years ago

md-links-fioaf v1.0.0

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

banner

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.

This project was created for Laboratoria Bootcamp - Lima 016 πŸ’›


Getting started πŸš€

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 md-links-fioaf

Library usage πŸ“‹

const md-links = require('md-links-fioaf');

Guide to use βš™οΈ

You can run the library through the terminal:

mdlinks-checker <path-to-file> [options]

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

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

case1

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

case2

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

case3

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

case4

Case 5: md-links --help

case5

Case 6: When information is omitted or incorrect

case6

Flowcharts

API-flowchart

api-flowchart

CLI-flowchart

cli-flowchart

Built with πŸ› οΈ

Author βœ’οΈ

Fiorela Azahuanche FalcΓ³n