Xpktro / md-links

Poor man's reference implementation of Laboratoria md-links project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What is this

See here

Install

npm install xpktro/md-links

Use (CLI)

md-links PATH [--stats] [--validate]

Use (Library)

import mdLinks from 'md-links';

mdLinks('./some/path', { validate: true })
  .then(links => console.log(links))
  .catch(error => console.log(error));

😸

About

Poor man's reference implementation of Laboratoria md-links project


Languages

Language:JavaScript 100.0%