Skip to content

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

Notifications You must be signed in to change notification settings

scalaprops/sbt-scalaprops

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.5.0")

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

Topics

Resources

Stars

Watchers

Forks

Contributors 4

  •  
  •  
  •  
  •  

Languages