Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 706 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 706 Bytes

clj-nyam

Clojars Project

Simple clojure library, that loads java.util.Properties from classpath and filesystem files.

Inspired by Maailma.

Examples

(ns backend.system
  (:require [clj-nyam.core :as n]))

(def system-properties
  (n/build-properties ["resouces01.properties" "resouces02.properties"] ["fs01.properties" "fs02.properties"]))

License

Copyright © 2018 Marat Karimov.

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