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 🙏

© 2024 – Pkg Stats / Ryan Hefner

md-links-lruiz

v1.0.1

Published

libreria para validar archivos markdown sus links y estado de estos

Downloads

6

Readme

#LIBRERIA MD-LINKS


1. DESCRIPCIÓN

Esta es una libreria que puedes usar para validar en tus carpetas y archivos la existencia de archivos tipo markdown, y dentro de estos validar la existencia, estado y estadísticas de los links.


2. INSTALACIÓN

Para la instalación de esta libreria digite en la terminal de su editor de código(preferiblemente en git bash) el siguiente comando npm i md-links-lruiz


3. GUIA DE USO

Para el uso de esta libreria, en tu terminal git bash debes usar el comando mdlinks <'ruta de archivo a analizar'> (no olvides escribir la ruta entre comillas). ######Options Esta libreria te ofrece 3 opciones: validate: para seleccionar validar puedes usar comandos --validate ó --v esta opción validara tus archivos o directorios y al encontrar links imprime el texto del link encontrado, ubicación del archivo, url, código de estado, y ok. Retorna un objeto como el siguiente: img validate

stats: para seleccionar esta opción usa los comandos --stats ó --stats. esta opción analiza los links hallados y te mostrará estadísticas como links encontrados y links no repetidos, te imprimirá un objeto de la siguiente manera: img stats

validate y stats: para seleccionar las dos opciones usa los comandos --validate --stats ó --v --s, esta opción mostrará la combinación de estas opciones te traerá estadísticas como links encontrados, links sin repetir y los que esten rotos. te imprimirá un objeto asi: img validate y stats

" " sin opción :

si no seleccionas ninguna opción y solo pasas la ruta de tu archivo o directorio, entonces te imprimira información básica de los links en un objeto asi:


4.DESARROLLO DEL PROYECTO

Inicialmente para el desarrollo de la libreria, se creó un diagrama de flujo sobre las funcionalidades de la libreria, y para este proyecto se utilizaron tecnologías como javascript. diagrama de flujo


5. AUTOR

Angie Liliana Ruiz Ch. Estudiante Desarrollo web Laboratoria BOG 004 mayo 2022 github:https://github.com/LilianaRuizC/BOG004-md-links