Liking cljdoc? Tell your friends :D

chiba.plugin

Plugin through namespace discovery

Plugin through namespace discovery
raw docstring

backendclj

(backend plugins preferrences)

Given a set of plugins, and a sequence of preferred plugins, returns the first preferred plugin, or the first plugin if no preferred plugins are found

Given a set of plugins, and a sequence of preferred plugins, returns
the first preferred plugin, or the first plugin if no preferred plugins
are found
sourceraw docstring

data-pluginsclj

(data-plugins path-prefix)
(data-plugins path-prefix exclusion-regex)

Find the available plugin resources. Returns a set of all paths with the given prefix that do not match exclusion-regex. The separator in both prefix and exckusion regex is the file separator, /.

Find the available plugin resources. Returns a set of all paths with the
given prefix that do not match exclusion-regex.  The separator in both prefix
and exckusion regex is the file separator, /.
sourceraw docstring

pluginsclj

(plugins ns-prefix)
(plugins ns-prefix exclusion-regex)

Find the available plugin namespaces. Returns a set of all namespaces with the given prefix that do not match exclusion-regex.

Find the available plugin namespaces. Returns a set of all namespaces with
the given prefix that do not match exclusion-regex.
sourceraw docstring

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

× close