example
workspace, e.g. the parent folder of our example
workspace:ws-dir
is to pass in ::
which will set it to the first parent directory that contains a workspace.edn
file, e.g.:interfaces
. Each x
is a src
dependencies, while a t
means it only exists in the test
context.article
component uses the database
, profile
and spec
interfaces. If we read it vertically, we can see that the article
is used by the comment
and rest-api
bricks.article
as brick:project
:+
signs mark indirect dependencies, while -
signs mark indirect test dependencies (not present here). An example is the article
component that uses log
indirectly: article > database > log.Tip: If the headers and the "green rows" don't match, it may indicate that we have unused components that can be removed from the project.
:compact-views #{"deps"}
in workspace.edn
.