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.
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
)
Click on the thumbnail above to watch the video demo of Console Dog in action.
npm install console-dog-nodejs
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!");
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