No cljdoc config found, articles auto discovered.
Library authors can specify article order and hierarchy.
→ Articles docs
(absolute-path path)
(copy-dir from to)
(copy-file from to)
(copy-file+ from to)
(copy-file-or-dir+ from to)
(copy-resource-file! source target-path)
(create-dir path)
(create-file path rows)
(create-missing-dirs filename)
(create-temp-dir dir)
(current-dir)
(delete-dir path)
(delete-file path)
(directories dir)
(directory? file)
(exists path)
(file f)
(file-name file)
(files dir)
(files-recursively dir)
(lines-of-code file-path)
(paths-recursively dir)
Returns all directories and files in a directory recursively
(pretty-spit filename collection)
(read-deps-file path)
(read-file path)
(relative-paths path)
(size path)
cljdoc is a website building & hosting documentation for Clojure/Script libraries