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

@diogobuenoo/trimundial

v1.0.2

Published

Um console.log divertido e estiloso.

Readme

Trimundial

Trimundial é um módulo estiloso e divertido para Node.js, criado para transformar mensagens simples em verdadeiros espetáculos no terminal! Ele utiliza os pacotes chalk para estilizar mensagens com cores e cool-ascii-faces para adicionar rostos ASCII incríveis.


Descrição

Trimundial foi desenvolvido com o objetivo de deixar o terminal mais criativo e expressivo. Cada mensagem vem com cores vibrantes e rostos ASCII para tornar a experiência de console mais divertida.

Ideal para quem quer adicionar um toque de humor e estilo ao trabalho com Node.js.


Como Criar uma Pasta e Configurar o Projeto

  1. Abra o Prompt de Comando (cmd) ou Terminal no seu computador:

    • No Windows, pressione Win + R, digite cmd e pressione Enter.
    • No macOS/Linux, abra o Terminal.
  2. Navegue até o local onde deseja criar o projeto:

    • Por exemplo, para acessar a área de trabalho:
      cd Desktop
  3. Crie uma nova pasta para o projeto:

    • Digite o seguinte comando no terminal:
      mkdir meu-projeto
    • Isso criará uma pasta chamada meu-projeto.
  4. Acesse a nova pasta:

    • Use o comando:
      cd meu-projeto
  5. Inicialize o projeto com npm:

    • Digite o seguinte comando para criar o arquivo package.json:
      npm init -y
    • Este comando criará automaticamente um arquivo package.json com as configurações básicas.
  6. Seu projeto está pronto para começar!


Instalação

Pré-requisitos

  1. Certifique-se de que o Node.js está instalado em sua máquina.

  2. Para instalar o módulo, execute o comando abaixo:

    npm install diogobuenoo/trimundial
    
    
    

Como usar

  1. Importe o módulo no seu arquivo JavaScript: import trimundial from "@diogobuenoo/trimundial";
  2. Chame a função trimundial passando uma mensagem personalizada: trimundial("Essa é minha mensagem estilosa!");
  3. Execute o arquivo no terminal usando Node.js: node index.js

Exemplo de saída

=== Mensagem Super Estilosa === Essa é minha mensagem estilosa! Aqui vai um rosto ASCII divertido: (•‿•)

Como Editar o package.json

  1. Abra no editor de texto: Com o Visual Studio Code:
    code package.json
  2. Certifique-se de que ele está bem formatado: Aqui está um exemplo básico: Json { "name": "@diogobuenoo/trimundial", "version": "1.0.0", "description": "Um console.log estiloso com rostos ASCII.", "main": "index.js", "type": "module", "dependencies": { "chalk": "^5.0.0", "cool-ascii-faces": "^1.3.4" }, "author": "Seu Nome", "license": "MIT" }

Integrantes do grupo

Diogo Cecchini Bueno RM: 560427 Gustavo Pandolfo Meroni RM: 560271 Matheus Aparecido Rocha Plati RM: 559813