Liking cljdoc? Tell your friends :D

nuzzle.util


deep-mergeclj

(deep-merge a & maps)

diff-dirsclj

(diff-dirs dir1 dir2)

Determine if two directories have the same file structure and content. If differences, return list of relative filenames that are different and log diffs. If identical, return nil

Determine if two directories have the same file structure and content. If
differences, return list of relative filenames that are different and log
diffs. If identical, return nil
raw docstring

dir-contents-mapclj

(dir-contents-map dir)

Create a datastructure representing a directory's structure and contents in order to compare it with another directory. Creates a map of: relative paths (string) -> md5 checksums (string) of all the files inside the directory. Nested directory paths are not checksummed and have a value of :dir

Create a datastructure representing a directory's structure and contents in
order to compare it with another directory. Creates a map of: relative paths
(string) -> md5 checksums (string) of all the files inside the directory.
Nested directory paths are not checksummed and have a value of :dir
raw docstring

ensure-overlay-dirclj

(ensure-overlay-dir overlay-dir-path)

find-hiccup-strclj

(find-hiccup-str regex hiccup)

Find first string matching regular expression in deeply nested Hiccup tree

Find first string matching regular expression in deeply nested Hiccup tree
raw docstring

format-simple-dateclj

(format-simple-date date)

kebab-case->lower-caseclj

(kebab-case->lower-case s)

kebab-case->title-caseclj

(kebab-case->title-case s)

page-key->urlclj

(page-key->url page-key)

prune-mapclj

(prune-map x)

Removes kv-pairs of a map where the value is nil.

Removes kv-pairs of a map where the value is nil.
raw docstring

safe-shclj

(safe-sh command & args)

spyclj

(spy x)

url->page-keyclj

(url->page-key url)

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

× close