Liking cljdoc? Tell your friends :D
Clojure only.

formatting-stack.reporters.file-writer

Writes the output to a file which can be observed with e.g. watch --color -n 1 cat .formatting-stack-report.

Writes the output to a file which can be observed with e.g. `watch --color -n 1 cat .formatting-stack-report`.
raw docstring

newclj

(new {:keys [printer filename]
      :or {printer (pretty-printer/new {})
           filename ".formatting-stack-report"}})
source

write-reportclj

(write-report {:keys [printer filename]} reports)
source

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

× close