Liking cljdoc? Tell your friends :D

metav.repo


dedicated-repo?clj

(dedicated-repo?)
(dedicated-repo? repo-dir)

Does the current working directory contains a build system for a module (like deps.edn)

Does the current working directory contains a build system for a module (like deps.edn)
sourceraw docstring

module-build-fileclj

source

monorepo?clj

(monorepo?)
(monorepo? dir)

Does a single repo contains several modules? (dir with a build config like deps.edn in it). A monorepo is detected when the metav library is invoked correctly in a subdirectory of a git repo (so a deps.edn file is present in a subdirectory)

Does a single repo contains several modules? (dir with a build config like deps.edn in it). A monorepo is detected when the metav library is invoked correctly in a subdirectory of a git repo
(so a deps.edn file is present in a subdirectory) 
sourceraw docstring

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

× close