Izon

Find a GitHub repository's dependents

GitHub provides a Dependency graph feature to view the dependents of a repository. The address is like https://github.com/owener/repo/network/dependents. But its data does not provide an API, and we cannot sort by the number of stars.

So I wrote Izon, a small tool that summarizes projects that rely on this repository by extracting relevant information from web pages. But since we can't get all the data in one request, dependents data may be missing in the Dependents Table. It will continue to fetch data as you browse until it is complete.

You can also use npx izon user/repo to get the dependents locally.