Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 918 Bytes

README.md

File metadata and controls

41 lines (26 loc) · 918 Bytes

galahad

Build Status Download

A collection of utilities to help make working with Scala easier.

Published artifacts:

Available at Bintray and built at TravisCI

Installation

As a library:

Just add this to your build.sbt

"com.imageintelligence" %% "galahad-core" % "1.0.0"
"com.imageintelligence" %% "galahad-argonaut" % "1.0.0"

As a project to work on

Clone the repository:

git clone https://github.com/ImageIntelligence/galahad.git

Compile

sbt compile

Test

sbt test