Liking cljdoc? Tell your friends :D

clojure-lsp.classpath


default-project-specsclj

(default-project-specs source-aliases)

A col of project-specs, clojure-lsp will use each matched project-spec and merge removing duplicates.

project-path: file name which will be used to determine if project spec matches and should run classpath-cmd.

classpath-cmd: shell command to run that should return a claspath string like some/path:/other/path:/path/etc

env optional map of strings which will inject env variables to the classpath-cmd. E.g {"PATH": "/some/path"}

A col of project-specs, clojure-lsp will use each matched project-spec and
 merge removing duplicates.

`project-path`: file name which will be used to determine if project spec
 matches and should run `classpath-cmd`.

`classpath-cmd`: shell command to run that should return a claspath string
like some/path:/other/path:/path/etc

`env` optional map of strings which will inject env variables to
the `classpath-cmd`. E.g `{"PATH": "/some/path"}`
sourceraw docstring

project-specs->hashclj

(project-specs->hash root-path settings)
source

scan-classpath!clj

(scan-classpath! {:keys [db* producer]})
source

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

× close