deps.cloud is a tool to help understand how projects relate to one another.
It works by detecting dependencies defined in common manifest files (pom.xml
, package.json
, go.mod
, etc).
Using this information, we’re able to answer questions about project dependencies.
- What versions of k8s.io/client-go do we depend on?
- Which projects use eslint as a non-dev dependency?
- What open source libraries do we 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 [email protected]:depscloud/depscloud.git
git clone [email protected]:depscloud/deploy.git
Join our mailing list to get access to virtual events and ask any questions there.
We also have a Slack channel.