drumroll
Play drumroll while running another command
Original package and inspiration by @mafintosh's benny-hill
Usage
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
Windows users
This package is only compatible on windows while using bash (eg. Git Bash).
Apart from it you have to have VLC installed.
Linux users
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.
License
MIT