All Projects → tototoshi → sbt-build-files-watcher

tototoshi / sbt-build-files-watcher

Licence: other
show message when sbt build files changed

Programming Languages

scala
5932 projects

sbt-build-files-watcher

screenshot

Install

// ~/.sbt/0.13/plugins/build.sbt or ~/.sbt/1.0/plugins.build.sbt
addSbtPlugin("com.github.tototoshi" % "sbt-build-files-watcher" % "0.2.0")

Usage

// ~/.sbt/0.13/build.sbt or ~/.sbt/1.0/build.sbt
showMessageOnBuildFilesChanged

with sbt-git

shellPrompt := { state =>
  messageOnBuildFilesChanged(state) + GitCommand.prompt(state)
}
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].