UNPKG

md-links-carmen

Version:

A command line tool for which reads and parses Markdown files, to verify the links they contain and to report some statistics.

6 lines (4 loc) 111 B
#!/usr/bin/env node import {mdLinks} from "./src/api.js"; import "./src/commands.js" export { mdLinks };