npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

md-dm-links

v1.3.1

Published

Libreria para ver status de links en archivos markdown

Readme

Markdown links / Md-dm-links

Md-links es una librería de npm que debe ser implementada en Javascript y ser ejecutada en Node.js, esta tiene la función de poder reconocer archivos markdown y poder entregar el estado de los links que este contenga.

enter image description here

Instalación ⚙

Para su instalación se debe ejecutar en la terminal la siguiente linea de comando npm i md-dm-links, posteriormente se debe ingresar los siguiente parámetros en la terminal.

  • $ md-links <path-to-file> [options] o node md-links <path-to-file> [options]

<path-to-file> puede ser un directorio, o directamente unarchivo.md

Modo de uso 📔

La librería tiene 4 opciones disponibles; sin opciones, validate, stats y estas dos últimas en conjunto.

Ejemplo al sólo ingresar path

  • $ md-links README.md

Ejemplo de opciones

  • $ md-links README.md --validate

  • $ md-links README.md --stats

  • $ md-links README.md --v --s

La visualización de cada opción sería la siguiente

  • $ md-links README.md [{ href, text, file }]

  • $ md-links README.md --validate ./some/example.md http://google.com/ OK 200 Google

  • $ md-links README.md --stats Total: 3 Unique: 3

  • $ md-links README.md --v --s Total: 3 Unique: 3 Broken: 1

Pre-requisitos 🚦

Para el correcto funcionamiento, debes tener instalado Node.js, y otras librearías complementarias:

Diagrama de flujo 📝

enter image description here

npm 📌

Desarrolladora 💻

Daniela Quintana Martínez