(list-modules ctx)
(load-modules {:keys [modules] :as ctx})
(module-exists? ctx module-key)
(set-module-path module-config base-path)
(set-module-paths root {:keys [module-root modules]})
(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
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close