(resolve-package-config package-path)
Read in and validate kmono package config from a package at the given
package-path
.
Read in and validate kmono package config from a package at the given `package-path`.
(resolve-workspace-config root)
Read in and validate kmono workspace config at a given root
dir.
This will attempt to load the key :kmono/workspace
from both a deps.edn
file and a deps.local.edn
file at the given root
. These will be merged
together with the deps.local.edn
taking precedence.
Read in and validate kmono workspace config at a given `root` dir. This will attempt to load the key `:kmono/workspace` from both a `deps.edn` file and a `deps.local.edn` file at the given `root`. These will be merged together with the `deps.local.edn` taking precedence.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close