Liking cljdoc? Tell your friends :D

clojure.tools.deps.tool


install-toolclj

(install-tool lib coord as)

Procure the lib+coord, install the tool to the user tools dir (with lib, coord)

Procure the lib+coord, install the tool to the user tools dir (with lib, coord)
sourceraw docstring

list-toolsclj

(list-tools)

Return seq of available tool names

Return seq of available tool names
sourceraw docstring

remove-toolclj

(remove-tool tool)

Removes tool installation, if it exists. Returns true if it exists and was deleted.

Removes tool installation, if it exists. Returns true if it exists and was deleted.
sourceraw docstring

resolve-toolclj

(resolve-tool tool)

Resolve a tool by name, look up and return: {:lib lib :coord coord} Or nil if unknown.

Resolve a tool by name, look up and return:
{:lib lib
 :coord coord}
Or nil if unknown.
sourceraw docstring

usageclj

(usage tool)

Resolve a tool and return it's usage data, which may be nil. Throws ex-info if tool is unknown.

Resolve a tool and return it's usage data, which may be nil.
Throws ex-info if tool is unknown.
sourceraw docstring

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

× close