Liking cljdoc? Tell your friends :D

clojure.tools.deps.alpha.script.parse


parse-configclj

(parse-config s)

Parses a string of edn into a deps map.

Parses a string of edn into a deps map.
sourceraw docstring

parse-filesclj

(parse-files s)

Parses a string of comma-delimited files into a collection of Files, filtering only those that exist.

Parses a string of comma-delimited files into a collection of
Files, filtering only those that exist.
sourceraw docstring

parse-kwsclj

(parse-kws s)

Parses a concatenated string of keywords into a collection of keywords Ex: (parse-kws ":a:b:c") ;; returns: (:a :b :c)

Parses a concatenated string of keywords into a collection of keywords
Ex: (parse-kws ":a:b:c") ;; returns: (:a :b :c)
sourceraw docstring

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

× close