Plays the Jeopardy Theme music while scala compiles.
I recommend adding the plugin globally so that every project of yours profits but it's not forced upon your contributors. Unless you want that to be the case, of course :-)
To add it globally, place this in ~/.sbt/0.13/plugins/jeopardy.sbt
addSbtPlugin("de.knutwalker" % "sbt-jeopardy" % "0.1.0" )
Afterwards, run compile
and profit.
This plugin defines three tasks:
Plays the Jeopardy Theme forever until stopped. This is executed during compile
.
Plays the Jeopardy Theme once and then stops.
Stops the Jeopardy Theme if it is currently playing. If, for some reason (aka bugs), the theme does not stop after compile has completed, you can use this task to stop the Theme manually.
This code is open source software licensed under the Apache 2.0 License.
The Theme is downloaded from http://www.orangefreesounds.com/jeopardy-theme-song/ under a “Personal Use Only” license.