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

anti-hoister

v0.0.1

Published

Ya no abran más hoisters en tu servidor!

Downloads

12

Readme

ANTI HOISTER

¡Ya no abran más hoisters en tu servidor!

Instalación

Pasos para instalar el NPM:

  • Debes tener NPM.
  • Una vez en tu consola, debes poner npm install anti-hoister.
  • Una vez instalado el NPM, vamos a ver como funciona.

Funcionamiento

Para empezar a utilizar el NPM usted debera irse a el archivo principal de su bot. El cual puede ser index.js.

// Código de arranque

const antihoist = require('anti-hoister');

antihoist(client, {
// Todos los mensajes se van a mostrar como un EMBED, lo cual abran más variables. Todos los embed tendran como titulo el nombre del hoister, es decir (Santiago) o el nombre del hoister!
msgWarn: "Es un hoister! Intentando remover su nombre...", // El mensaje que le lanzara al usuario si tiene un caracter de hoister. 
warnColor: "ORANGE", // Color del mensaje de advertencia.
msgSuccesfull: "¡Ya no tiene un nombre de hoister!", // El mensaje que editara el bot si la acción es valida.
succesfullColor: "GREEN", // Color del mensaje satisfactorio.
msgError: "Al parecer no tengo permisos para quitarle el nombre a ese hoister.", // El mensaje que editara el bot si la acción es inválida o ocurrio un error.
errorColor: "RED", // Color del mensaje erroneo.
bypass: ["Santiago#0001"], // Personas a las que no les afectara su nombre en hoist.
})

Si no quieres poner una opción, solo borra esa opción o variable. Ahora, si quieres que todo sea default solo pon:

const antihoist = require('anti-hoister');
antihoist(client, {})

Asi de sencillo.

Soporte

Si tienes problemas con el funcionamiento de este NPM puedes contactarme en Discord como Santiago#0001. o Abrir un problema en nuestro Github!