Skip to content

dsabanin/simpleconf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simpleconf

Very simple configuration file management.

Features:

  • Supports YAML and Clojure EDN files.
  • Reading Clojure files will not evaluate them.
  • No config file structure imposed.

Latest version on Clojars

[simpleconf "1.0.0"]

Usage

(ns example1
    (:require [simpleconf.core :as conf]))

(def global-conf (conf/read-yaml "config.yaml"))
(def another-conf (conf/read-clojure "config.clj"))

License

Copyright © 2013 Dima Sabanin

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.

About

Very simple configuration file management.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published