Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/evolution-gaming/scala-tools
scala-tools
https://github.com/evolution-gaming/scala-tools
scala
Last synced: about 1 month 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 (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-05-10T13:58:08.000Z (8 months ago)
- Last Synced: 2024-05-11T11:31:32.817Z (8 months ago)
- Topics: scala
- Language: Scala
- Homepage:
- Size: 163 KB
- Stars: 7
- Watchers: 12
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# scala-tools
[![Build Status](https://github.com/evolution-gaming/scala-tools/workflows/CI/badge.svg)](https://github.com/evolution-gaming/scala-tools/actions?query=workflow%3ACI)
[![Coverage Status](https://coveralls.io/repos/evolution-gaming/scala-tools/badge.svg)](https://coveralls.io/r/evolution-gaming/scala-tools)
[![Version](https://img.shields.io/badge/version-click-blue)](https://evolution.jfrog.io/artifactory/api/search/latestVersion?g=com.evolutiongaming&a=scala-tools-actor_2.13&repos=public)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellowgreen.svg)](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"
```