scalaprops / sbt-scalaprops

sbt plugin for scalaprops. provides tab completion, scala-native support

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sbt-scalaprops

sbt plugin for scalaprops

sbt-scalaprops provides scalapropsOnly: InputKey[Unit] command like testOnly but more powerful. powerful means not only test class names but also test method names and params.

latest stable version

project/scalaprops.sbt

addSbtPlugin("com.github.scalaprops" % "sbt-scalaprops" % "0.4.4")

JVM

build.sbt

scalapropsSettings

scalapropsVersion := "0.9.1"

or

scalapropsWithScalaz

scalapropsVersion := "0.9.1"

Scala.js

build.sbt

scalapropsCoreSettings

libraryDependencies += "com.github.scalaprops" %%% "scalaprops" % "0.9.1" % "test"

or

scalapropsCoreSettings

val scalapropsVersion = "0.9.1"

libraryDependencies += "com.github.scalaprops" %%% "scalaprops" % scalapropsVersion % "test"
libraryDependencies += "com.github.scalaprops" %%% "scalaprops-scalaz" % scalapropsVersion % "test"

screencast

About

sbt plugin for scalaprops. provides tab completion, scala-native support


Languages

Language:Scala 100.0%