(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 builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |