deps.cloud is a tool built to help companies understand how projects relate to one another. It does this by detecting dependencies defined in common manifest files. Using this information, we’re able to construct a dependency graph. As a result we’re able to answer questions like:
- Which libraries get produced by a project?
- Which libraries do I depend on and what version?
- Which projects depend on library X and what version?
- Which projects can produce library X?
- Which projects do our systems use the most?
See our documentation on deps.cloud.
Take a look at our contributing guidelines and project board.
# setup a workspace for all depscloud
mkdir depscloud && cd $_
# clone necessary repositories
# - the first is for the source code
# - the second is for the deployment configuration
git clone git@github.com:depscloud/depscloud.git
git clone git@github.com:depscloud/deploy.gitJoin our mailing list and ask any questions there.
We also have a Slack channel.