Liking cljdoc? Tell your friends :D

kit.generator.modules


list-modulesclj

(list-modules ctx)

load-modulesclj

(load-modules {:keys [modules] :as ctx})

module-exists?clj

(module-exists? ctx module-key)

set-module-pathclj

(set-module-path module-config base-path)

set-module-pathsclj

(set-module-paths root {:keys [module-root modules]})

sync-modules!clj

(sync-modules! {:keys [modules]})

Clones or pulls modules from git repositories.

If on local disk git repository for module is present, it will git pull Otherwise it will create a new repository by git clone

Each module is defined as a map with keys :name - the name which will be used as the path locally :url - the git repository URL :tag - the branch to pull from

Clones or pulls modules from git repositories.

If on local disk git repository for module is present, it will `git pull`
Otherwise it will create a new repository by `git clone`

Each module is defined as a map with keys
:name - the name which will be used as the path locally
:url - the git repository URL
:tag - the branch to pull from
raw docstring

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

× close