Liking cljdoc? Tell your friends :D
Clojure only.

vega-cli-clj.core


test-datclj


vega-cliclj

(vega-cli {:keys [vega-doc mode fmt output-filename]
           :or {fmt :svg mode :vega-lite}})

Takes vega-doc and mode (either :vega or :vega-lite) and uses the vega/vega-lite cli tools to output in the specifed binary formats (:png, :pdf) or text formats (:vega, :svg). If output-filename is supplied, the output is written to that file.

Takes vega-doc and mode (either :vega or :vega-lite) and uses the vega/vega-lite cli tools
to output in the specifed binary formats (:png, :pdf) or text formats (:vega, :svg). If
output-filename is supplied, the output is written to that file.
raw docstring

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

× close