Liking cljdoc? Tell your friends :D
Clojure only.

badigeon.classpath


make-classpathclj

(make-classpath)
(make-classpath {:keys [deps-map aliases]})

Builds a classpath by using the provided deps spec or, by default, the deps.edn file of the current project. Returns the built classpath as a string.

  • deps-map: A map with the same format than a deps.edn map. Default to the deps.edn map of the project (without merging the system-level and user-level deps.edn maps), with the addition of the maven central and clojars repositories.
  • aliases: Alias keywords used while building the classpath.
Builds a classpath by using the provided deps spec or, by default, the deps.edn file of the current project. Returns the built classpath as a string.
- deps-map: A map with the same format than a deps.edn map. Default to the deps.edn map of the project (without merging the system-level and user-level deps.edn maps), with the addition of the maven central and clojars repositories.
- aliases: Alias keywords used while building the classpath.
raw docstring

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

× close