Liking cljdoc? Tell your friends :D

polylith.clj.core.workspace.project


enrich-projectclj

(enrich-project {:keys [name is-dev namespaces-src namespaces-test src-paths
                        test-paths lib-deps test-lib-deps]
                 :as project}
                components
                bases
                brick->loc
                brick->lib-imports
                project-to-alias
                disk-paths
                settings
                {:keys [is-run-all-brick-tests selected-projects]})
source

file-existsclj

(file-exists ws-dir cleaned-path)
source

project-lib-importsclj

(project-lib-imports brick-names brick->lib-imports test?)
source

project-total-locclj

(project-total-loc brick-names brick->loc test?)
source

run-the-tests?clj

(run-the-tests? project-name
                alias
                is-dev
                is-run-all-brick-tests
                selected-projects)
source

select-lib-importsclj

(select-lib-imports brick-name brick->lib-imports test?)
source

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

× close