Liking cljdoc? Tell your friends :D

k16.kmono.workspace


resolve-workspace-context!clj

(resolve-workspace-context!)
(resolve-workspace-context! dir)

A helper function for resolving the workspace context. This combines:

  1. Finding the project root
  2. Resolving the kmono workspace config for the project
  3. Resolving the initial package graph

Returns a map containing:

  • :root - The project root
  • :config - The workspace config
  • :packages - The packages graph

Will throw an exception if the project root cannot be resolved, if anything is incorrectly configured, or fails to resolve.

A helper function for resolving the workspace context. This combines:

1.  Finding the project root
2.  Resolving the kmono workspace config for the project
3.  Resolving the initial package graph

Returns a map containing:

- `:root` - The project root
- `:config` - The workspace config
- `:packages` - The packages graph

Will throw an exception if the project root cannot be resolved, if anything
is incorrectly configured, or fails to resolve.
sourceraw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close