gs-config/README.md

25 lines
552 B
Markdown

# gs-config
[License (Apache 2.0)](./LICENSE)
Configuration library for Scala 3.
- [Usage](#usage)
## Usage
This artifact is available in the Garrity Software Maven repository.
```scala
externalResolvers +=
"Garrity Software Releases" at "https://maven.garrity.co/releases"
val GsConfig: ModuleID =
"gs" %% "gs-config-v0" % "0.1.0"
```
TODO:
- Refactor -- move current config implementations to "raw" implementations.
- Create the notion of an audited configuration.
- Create the notion of an audited configuration with a list of sources.