https://github.com/evolution-gaming/scala-tools
scala-tools
https://github.com/evolution-gaming/scala-tools
scala
Last synced: 2 months ago
JSON representation
scala-tools
- Host: GitHub
- URL: https://github.com/evolution-gaming/scala-tools
- Owner: evolution-gaming
- License: mit
- Created: 2016-10-20T12:20:19.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-05-23T10:02:42.000Z (about 1 year ago)
- Last Synced: 2025-04-23T00:16:50.448Z (2 months ago)
- Topics: scala
- Language: Scala
- Homepage:
- Size: 155 KB
- Stars: 7
- Watchers: 12
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# scala-tools
[](https://github.com/evolution-gaming/scala-tools/actions?query=workflow%3ACI)
[](https://coveralls.io/r/evolution-gaming/scala-tools)
[](https://evolution.jfrog.io/artifactory/api/search/latestVersion?g=com.evolutiongaming&a=scala-tools-actor_2.13&repos=public)
[](https://opensource.org/licenses/MIT)### ConfigHelpers.scala
```scala
import com.evolutiongaming.util.ConfigHelpers._config duration "path" // FiniteDuration
config durationOpt "path" // Option[FiniteDuration]
config intOpt "path" // Option[Int]
config booleanOpt "path" // Option[Boolean]
config stringOpt "path" // Option[String]
```## Setup
```scala
addSbtPlugin("com.evolution" % "sbt-artifactory-plugin" % "0.0.2")libraryDependencies += "com.evolutiongaming" %% "scala-tools" % "3.0.5"
```