Skip to content

hawkw/scala-common

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

scala-common

Build Status Codacy Badge Codacy Badge Coverage Dependency Status License GitHub release Bintray

General-purpose Scala code bits. Think of this as being like Apache Commons but little and in Scala.

Building & Testing:

  • $ sbt package builds the release library Jar file
  • $ sbt doc generates the ScalaDoc API documentation
  • $ sbt test runs the unit test suite
  • $ sbt bench:test runs the ScalaMeter performance tests (currently just for Linear); be advised that these can take Some Time to run.