tkawachi / sbt-repeat

Repeat sbt command many times

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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"

About

Repeat sbt command many times


Languages

Language:Scala 100.0%