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 path-to-exec]
           :or {fmt :svg mode :vega-lite path-to-exec ""}})

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. path-to-exec is for local installs e.g. 'node_modules/.bin/'

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.
path-to-exec is for local installs e.g. 'node_modules/.bin/'
raw docstring

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

× close