Upgrading
0.10 from 0.9
[duct/core "0.6.1"]
[duct/module.logging "0.3.0"]
[duct/module.web "0.6.0"]
[duct/module.ataraxy "0.2.0"]
[duct/module.cljs "0.3.0"]
[duct/module.sql "0.3.0"][duct/lein-duct "0.10.0"](duct/load-hierarchy)(defn -main [& args]
(let [keys (or (duct/parse-keys args) [:duct/daemon])]
(-> (duct/read-config (io/resource "foo/config.edn"))
(duct/prep keys)
(duct/exec keys))))Last updated