The project map gathers all useful informations for a project
The project map gathers all useful informations for a project
(add-deps-edn printers {:keys [app-dir] :as project-map})
Adds :deps
key to to project map with the deps.edn
file descriptor.
Adds `:deps` key to to project map with the `deps.edn` file descriptor.
(add-project-config printers {:keys [app-dir] :as project-map})
Adds project configuration file desc project-config-filedesc
to the project-map
.
Adds project configuration file desc `project-config-filedesc`to the `project-map`.
(create-project-map app-dir)
Creates a project map based on app in app-dir
.
Creates a project map based on app in `app-dir`.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close