Liking cljdoc? Tell your friends :D

erdos.require-all


list-all-namespacesclj

(list-all-namespaces namespace-prefix)

Returns a seq of all namespace symbols with a given prefix

Returns a seq of all namespace symbols with a given prefix
sourceraw docstring

list-all-resourcesclj

(list-all-resources & kvs)

Returns a seq of all resources as URL objects. Optional keys:

  • :prefix the directories of the resource
  • :match-fn a predicate to decide if a result should be included.
  • :suffix suffix for the file name
Returns a seq of all resources as URL objects. Optional keys:
- :prefix the directories of the resource
- :match-fn a predicate to decide if a result should be included.
- :suffix suffix for the file name
sourceraw docstring

require-allcljmacro

(require-all prefix & {:as opts})

Requires every namespace with a give prefix.

Requires every namespace with a give prefix. 
sourceraw docstring

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

× close