read-attributes
function
babashka.fs/read-attributes
(read-attributes [path attributes] [path attributes {:keys [:nofollow-links :key-fn], :as opts}])Same as [[read-attributes*]] but turns `attributes` for `path` into a map and keywordizes keys.
Keywordizing can be changed by passing a `:key-fn` in the `opts` map.
Examples
No examples yet. Be the first to add one!