Liking cljdoc? Tell your friends :D

k16.kmono.core.config


resolve-package-configclj

(resolve-package-config workspace-config package-path)

Read in and validate kmono package config from a package at the given package-path.

This accepts a workspace-config from which certain keys like :group will be derived and used as defaults for the package config.

Read in and validate kmono package config from a package at the given
`package-path`.

This accepts a `workspace-config` from which certain keys like `:group` will
be derived and used as defaults for the package config.
sourceraw docstring

resolve-workspace-configclj

(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.
sourceraw docstring

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

× close