md-links-thatmare

1.2.3 • Public • Published

md-links-thatmare

Table of Contents


1. Description

md-links-thatmare is a library and a command-line interface to analyze the links in Mardown files. This project was developed with Node.js filesystem and Axios.

With this package you're able to:

  • Identify links.
  • Validate links HTTP status.
  • Get statistics about the links.

Check the npm package published here

2. Install

If you already have Node, just run npm install md-links-thatmare.

If you want to use it as a library, require the module mdLinks.

3. Usage

  • md-links --help To print the usage instructions:

image

  • md-links <path> You can analyze files or directories with a relative or absolute path.

image

  • md-links <path> --validate Gives you the HTTP status and message.

image

  • md-links <path> --stats Counts the total and unique links.

image

  • md-links <path> --stats --validate Counts the total, unique and broken links.

image

/md-links-thatmare/

    Package Sidebar

    Install

    npm i md-links-thatmare

    Weekly Downloads

    1

    Version

    1.2.3

    License

    ISC

    Unpacked Size

    34.9 kB

    Total Files

    15

    Last publish

    Collaborators

    • thatmare