(apply-features edn-config {:keys [feature-requires] :as config})
(concat-path base-path asset-path)
(generate {:keys [modules] :as ctx}
module-key
{:keys [feature-flag] :or {feature-flag :default}})
(get-throw-on-not-found m k)
(modules-log-path modules-root)
(read-asset asset-path)
(read-config ctx module-path)
(read-module-config ctx modules module-key)
(read-modules-log modules-root)
(template? asset-path)
(write-asset asset path force?)
(write-binary bytes target-path)
(write-modules-log modules-root log)
(write-string template-string target-path)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close