(resolve-packages project-root workspace-config)
Resolve the packages graph for a clojure project.
This will find all packages as described by the given workspace-config
and
will use them to build a graph of all workspace packages and their
dependencies.
See k16.kmono.core.schema/?PackageMap
for a schema of the returned package
map.
Resolve the packages graph for a clojure project. This will find all packages as described by the given `workspace-config` and will use them to build a graph of all workspace packages and their dependencies. See `k16.kmono.core.schema/?PackageMap` for a schema of the returned package map.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close