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