21 lines
290 B
Markdown
21 lines
290 B
Markdown
# config
|
|
|
|
Simple Clojure library for managing application configuration stored in
|
|
an external file in EDN format.
|
|
|
|
## Leiningen
|
|
|
|
```clj
|
|
[gered/config "0.1"]
|
|
```
|
|
|
|
## Usage
|
|
|
|
FIXME
|
|
|
|
## License
|
|
|
|
Copyright © 2016 Gered King
|
|
|
|
Distributed under the the MIT License. See LICENSE for more details.
|