0.1.0 • Published 1 year ago

md-links-alextina v0.1.0

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

md-Links-alextina

md-links-alextina is a library that helps you visualize and validate the HTTP status of links containing Markdown files.

Index


1. Preamble

Markdown is a lightweight markup language that is very popular among developers. It is used on many platforms that handle plain text (such as GitHub, forums, blogs, etc.) and it is very common to find several files in that format in any type of repository (starting with the traditional README.md).

These Markdown files usually contain links that are often broken or no longer valid, which greatly diminishes the value of the information being shared.

md-links-alextina provides a solution to developers by reading and analyzing Markdown files to verify the links they contain and report some statistics.

2. Installation

You can install md-links-alextina through npm:

npm install md-links-alextina

3. Getting Started

To use md-links-alextina, run the following command:

md-links <path> [--validate] [--stats]

Replace <path> with the path to the Markdown file or directory you want to check.

runing --help

4. Examples

Example 1

runing no option

Example 2

runing --validate

Example 3

runing --stats

Example 4

runing --stats --validate

5. Getting Help

To get help, run either of the following commands:

md-links --help
md-links --h

6. Autora

Alejandra Castillo Avila

Follow Me Contact Me Contact Me

0.1.0

1 year ago