tkawachi / sbt-repeat   0.1.0

GitHub

Repeat sbt command many times

Scala versions: 2.12 2.10
sbt plugins: 1.0 0.13

sbt-repeat

Repeat arbitrary command many times.

Add a following line to ~/.sbt/1.0/plugins/repeat.sbt (or project/plugins.sbt):

addSbtPlugin("com.github.tkawachi" % "sbt-repeat" % "0.1.0")

For sbt 0.13.x, add a following line to ~/.sbt/0.13/plugins/repeat.sbt (or project/plugins.sbt):

addSbtPlugin("com.github.tkawachi" % "sbt-repeat" % "0.1.0")

It will repeat run command 100 times when you execute following command in the example directory:

$ sbt "repeat 100 run"