(parse-config s)
Parses a string of edn into a deps map.
Parses a string of edn into a deps map.
(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.
(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)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close