Liking cljdoc? Tell your friends :D

polylith.clj.core.common.config.read


read-deps-fileclj

(read-deps-file deps-path)
source

substituteclj

(substitute content keys alias->path)
source

substitute-aliasclj

(substitute-alias sources alias->path)
source

substitute-if-aliasclj

(substitute-if-alias source alias->path)

If a path in e.g. {:path ['src']} is a string, return the string (in a vector, so we can run mapcat), but if it's an existing alias, replace the path with the value of the alias.

If a path in e.g. {:path ['src']} is a string, return the string
(in a vector, so we can run mapcat), but if it's an existing alias,
replace the path with the value of the alias.
sourceraw docstring

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

× close