Skip to content

tkawachi/sbt-repeat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages