The project map gathers all useful informations for a project
The project map gathers all useful informations for a project
(add-custom-css {:keys [app-dir] :as project-map})
Adds :custom-css
key to to project map
Adds `:custom-css` key to to project map
(add-deps-edn {: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-package-json {:keys [app-dir] :as project-map})
Adds :package-json
key to to project map with the tailwind.config.js
file descriptor.
Adds `:package-json` key to to project map with the `tailwind.config.js` file descriptor.
(add-project-config {: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`.
(add-shadow-cljs {:keys [app-dir] :as project-map})
Adds :shadow-cljs
key to to project map with the shadow-cljs.edn
file descriptor.
Adds `:shadow-cljs` key to to project map with the `shadow-cljs.edn` file descriptor.
(add-tailwind-config {:keys [app-dir] :as project-map})
Adds :tailwind-config
key to to project map with the tailwind.config.js
file descriptor.
Adds `:tailwind-config` key to to project map with the `tailwind.config.js` file descriptor.
(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