Skip to content

JaviEzpeleta/console-dog-nodejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

4 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Console Dog for Node.js ๐Ÿถ

Improve your dev experience by adding a bunch of animal sounds to any event you want to log.

If you're working on a node.js project, both your native terminal and the VS Code terminal will play the animal sounds for you, and of course, keep console-logging everything passed to the functions.

The motivation:

We believe that will make you more productive and efficient. Your coworkers and people around will probably hate your guts forever, but the truth is that with sounds, you will be aware when and what type of special events happened without having to go read your terminal.

Tip: don't over use it! Keep it in special cases, as an extra debugging tool. Give it a try and send sounds of your pet in a PR if you want (PR now goes for pet request)

Logo

Demo Video ๐ŸŽฅ

Watch the demo

Click on the thumbnail above to watch the video demo of Console Dog in action.

Installation ๐Ÿ“ฆ

npm install console-dog-nodejs

Usage ๐Ÿš€

Using Console Dog is simple! Just import the library and use one of the available functions to log your message with sound.

const { bark, meow } = require("console-dog-nodejs");

bark("Who let the dogs out?");
meow("Just a curious cat!");

Available Sounds

  • bark(...args: any[]): void - A dog barks ๐Ÿถ
  • bark2(...args: any[]): void - A dog barks ๐Ÿ•
  • cluck(...args: any[]): void - A chicken clucks ๐Ÿ”
  • longMeow(...args: any[]): void - One of the longest meows ever ๐Ÿˆ
  • manyMoos(...args: any[]): void - Many cows moo ๐Ÿฎ๐Ÿฎ๐Ÿฎ๐Ÿฎ
  • meow(...args: any[]): void - A cat meows ๐Ÿฑ
  • mew(...args: any[]): void - A cat mews ๐Ÿฑ
  • moo(...args: any[]): void - A cow moos ๐Ÿฎ
  • snort(...args: any[]): void - A pig snorts ๐Ÿท
  • trumpet(...args: any[]): void - An elephant trumpets ๐Ÿ˜

If you have any questions or feedback, please feel free to open an issue

Logo

Logo

Logo

About

it's like console.log() but with animal sounds ๐Ÿถ๐Ÿˆ๐Ÿฎ๐Ÿฝ

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published