Play drumroll while running another command
Original package and inspiration by @mafintosh's benny-hill
npm install -g play-drumroll
drumroll npm test # when testing
drumroll # just play drum roll
drumroll sleep 10 # play for 10 s
drumroll npm install -g http-server # installing node modules
This package is only compatible on windows while using bash (eg. Git Bash).
Apart from it you have to have VLC installed.
Make sure to install the following dependencies first if you are on Linux.
sudo apt-get install sox libsox-fmt-mp3
Alternatively you can install mplayer and it'll just use that.
MIT