Liking cljdoc? Tell your friends :D

re-conf.spec.file

Spec checks for files

Spec checks for files
raw docstring

check-dircljs

(check-dir directory)

Check that a directory exists

Check that a directory exists
sourceraw docstring

check-filecljs

(check-file path)

Check that a file exists

Check that a file exists
sourceraw docstring

(check-link path)
(check-link src target)

Link check function:

(check-link "/tmp/foo") ; check a link exists (check-link "/tmp/foo" "/tmp/bar") ; check that a link exists and points to target

Link check function:

(check-link "/tmp/foo") ; check a link exists
(check-link "/tmp/foo" "/tmp/bar") ; check that a link exists and points to target
sourceraw docstring

containscljs

(contains f s)
(contains c f s)

Check that a file contains string spec

Check that a file contains string spec
sourceraw docstring

statscljs

(stats dest)

Get file stats info

Get file stats info
sourceraw docstring

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

× close