
WORK IN PROGRESS
deps.cloud
deps.cloud is system that helps track and manage library usage across an organization.
Unlike many alternatives, it was built with portability in mind making easy for anyone to get started.
For more information on how to get involved take a look at our project board.
hacktoberfest
Some tooling that facilitates insights into open source library usage using deps.cloud infrastructure.
Since deps.cloud knows how projects relate to one another, it also able to reason about library usage.
This includes both internal and open source libraries your company was built on.
identify-contribution-candidates is a purpose built command line tool for identifying high-impact candidates for open source contributions.
It works by using a deployment of deps.cloud to query for open source library usage across your company.
Each library is scored by the number of edges in it's dependent sub-tree that point to a companies module.
When a library returns a non-0 score, we look up it's source location using LibrariesIO.
Finally, these results are sorted and written to a candidates.json file.
This list of repositories file can then feed into Indeed's Mariner project.
Mariner takes this list of repositories and interrogates them for issues marked for contributions.
This issues are then used to help new contributors to open source how their contributions impact the company.