Liking cljdoc? Tell your friends :D

borkdude.deps


-mainclj

(-main & command-line-args)
source

bool-opts->keywordclj

source

cksumclj

(cksum s)

TODO: replace by native Java version instead of shelling out

TODO: replace by native Java version instead of shelling out
sourceraw docstring

clojure-tools-jar-downloadclj

(clojure-tools-jar-download deps-clj-config-dir)

Downloads clojure tools jar into deps-clj-config-dir.

Downloads clojure tools jar into deps-clj-config-dir.
sourceraw docstring

deps-clj-versionclj

source

describeclj

(describe lines)
source

describe-lineclj

(describe-line [kw val])
source

double-quoteclj

(double-quote s)

Double quotes shell arguments on Windows. On other platforms it just passes through the string.

Double quotes shell arguments on Windows. On other platforms it just
passes through the string.
sourceraw docstring

downloadclj

(download source dest)
source

help-textclj

source

home-dirclj

(home-dir)
source

parse-opts->keywordclj

source

powershell-cksumclj

source

shell-commandclj

(shell-command args)
(shell-command args
               {:keys [:input :to-string? :throw? :show-errors?]
                :or {throw? true show-errors? true}})

Executes shell command.

Accepts the following options:

:input: instead of reading from stdin, read from this string.

:to-string?: instead of writing to stdoud, write to a string and return it.

:throw?: Unless false, exits script when the shell-command has a non-zero exit code, unless throw? is set to false.

Executes shell command.

Accepts the following options:

`:input`: instead of reading from stdin, read from this string.

`:to-string?`: instead of writing to stdoud, write to a string and
return it.

`:throw?`: Unless `false`, exits script when the shell-command has a
non-zero exit code, unless `throw?` is set to false.
sourceraw docstring

string-opts->keywordclj

source

unzipclj

(unzip file destination-dir)
source

versionclj

source

whereclj

(where s)
source

windows?clj

(windows?)
source

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

× close