Liking cljdoc? Tell your friends :D

girouette.processor


blue-strclj

(blue-str & s)
source

file-dataclj

source

green-strclj

(green-str & s)
source

processclj

(process {{:keys [source-paths file-filters]
           :or {source-paths (find-source-paths)
                file-filters [".cljs" ".cljc"]}}
            :input
          {:keys [retrieval-method output-format output-file]
           :or {retrieval-method :comprehensive output-format :css}}
            :css
          :keys [dry-run? css-symb garden-fn preflight? watch? verbose? color?
                 apply-classes]
          :or {dry-run? false
               css-symb (quote girouette.core/css)
               garden-fn (quote girouette.tw.default-api/class-name->garden)
               preflight? true
               watch? false
               verbose? true
               color? true}})
source

red-strclj

(red-str & s)
source

stateclj

source

yellow-strclj

(yellow-str & s)
source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close