@raphaelbrodrigues/tomou-na-jabiraca
v1.0.8
Published
This awesome npm package will let you know when the things went wrong
Downloads
3
Readme
Tomou na Jabiraca
| This node package will play a sweet tomou na jabiraca when the things go wrong
Usage
npx tomou-na-jabiraca
or
npm install -g tomou-na-jabiraca
Examples
Play the default sound once
npx tomou-na-jabiraca
Play the default sound how many times you want
npx tomou-na-jabiraca --repeat <times>
e.g
npx tomou-na-jabiraca --repeat 5
Play the default sound until ...
npx tomou-na-jabiraca --infinite
Using in a node project
// package.json
{
"name": "test",
"scripts": {
"build": "tsc || npx tomou-na-jabiraca"
}
}
You can also set a custom sound using a .wav
file and the --filepath
flag
npx tomou-na-jabiraca --filename ./meu-deus-do-ceu-berg.wav