1.0.8 • Published 3 years ago
@raphaelbrodrigues/tomou-na-jabiraca v1.0.8
Tomou na Jabiraca
| This node package will play a sweet tomou na jabiraca when the things go wrong
Usage
npx tomou-na-jabiracaor
npm install -g tomou-na-jabiracaExamples
Play the default sound once
npx tomou-na-jabiracaPlay the default sound how many times you want
npx tomou-na-jabiraca --repeat <times>e.g
npx tomou-na-jabiraca --repeat 5Play the default sound until ...
npx tomou-na-jabiraca --infiniteUsing 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.wav1.0.8
3 years ago