-
Notifications
You must be signed in to change notification settings - Fork 3
Home
Vladyslav Pekker edited this page Sep 10, 2020
·
28 revisions
Spells started as a util library, which concentrated on ANSI escape codes. Over time, it evolved into a set of tools that are rather useful at devtime instead of in production, simply due to the fact, that the delivery mechanism remained to be the terminal. Spells is thus easy to play around with.
libraryDependencies += "com.github.agilesteel" %% "spells" % "2.2.2"
- Java 7 or greater
- Scala 2.10 or greater (Scala 2.12 requires Java 8)
- SBT 1.3.3 or greater if you want to build from source
The defaults can be found in the reference.conf file and the Configuration wiki page shows how to override as well as retrieve them programmatically.