{"id":15663219,"url":"https://github.com/grosser/repo_dependency_graph","last_synced_at":"2026-03-04T15:02:58.390Z","repository":{"id":9976165,"uuid":"12002889","full_name":"grosser/repo_dependency_graph","owner":"grosser","description":"Graph the dependencies of your repositories","archived":false,"fork":false,"pushed_at":"2019-01-16T20:27:19.000Z","size":151,"stargazers_count":18,"open_issues_count":1,"forks_count":7,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-08T04:29:53.217Z","etag":null,"topics":["chef","dependencies","gem","gems","ruby"],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/grosser.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-08-09T14:35:03.000Z","updated_at":"2025-09-17T13:41:52.000Z","dependencies_parsed_at":"2022-08-24T17:51:01.294Z","dependency_job_id":null,"html_url":"https://github.com/grosser/repo_dependency_graph","commit_stats":null,"previous_names":[],"tags_count":16,"template":false,"template_full_name":null,"purl":"pkg:github/grosser/repo_dependency_graph","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grosser%2Frepo_dependency_graph","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grosser%2Frepo_dependency_graph/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grosser%2Frepo_dependency_graph/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grosser%2Frepo_dependency_graph/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grosser","download_url":"https://codeload.github.com/grosser/repo_dependency_graph/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grosser%2Frepo_dependency_graph/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30084685,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-04T13:22:36.021Z","status":"ssl_error","status_checked_at":"2026-03-04T13:20:45.750Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["chef","dependencies","gem","gems","ruby"],"created_at":"2024-10-03T13:35:57.970Z","updated_at":"2026-03-04T15:02:58.334Z","avatar_url":"https://github.com/grosser.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"Graph the dependency of your repositories\n\nInstall\n=======\n\n```Bash\ngem install repo_dependency_graph\n```\n\nUsage\n=====\nInstall [graphviz](http://www.graphviz.org/Download_macos.php)\n\n\u003c!-- update from bundle exec ruby ./bin/repo-dependency-graph -h --\u003e\n        --token TOKEN                Use token\n        --user USER                  Use user\n        --draw TYPE                  png, html, table (default: png)\n        --organization ORGANIZATION  Use organization\n        --private                    Only show private repos\n        --external                   Also include external projects in graph (can get super-messy)\n        --map SEARCH=REPLACE         Replace in project name to find them as internal: 'foo=bar' -\u003e replace foo in repo names to bar\n        --only TYPE                  Only this type (chef,gem), default: all\n        --max-pages PAGES\n        --select REGEX               Only include repos with matching names\n        --reject REGEX               Exclude repos with matching names\n    -h, --help                       Show this.\n    -v, --version                    Show Version\n\u003c!-- end --\u003e\n\n### Public user\n\n```Bash\nrepo-dependency-graph --user repo-test-user\nrepo_a: repo_b, repo_c\nrepo_b: repo_d\nrepo_d: repo_c\nrepo_c: repo_b\nrepo_e: repo_a, repo_b, repo_c, repo_d\nrepo_f: repo_c, repo_d\n```\n\u003c!--\nd = {\n  \"repo_a\" =\u003e [\"repo_b\", \"repo_c\"],\n  \"repo_b\" =\u003e [\"repo_d\"],\n  \"repo_d\" =\u003e [\"repo_c\"],\n  \"repo_c\" =\u003e [\"repo_b\"],\n  \"repo_e\" =\u003e [\"repo_a\", \"repo_b\", \"repo_c\", \"repo_d\"],\n  \"repo_f\" =\u003e [\"repo_c\", \"repo_d\"],\n}\ndraw(d)\n--\u003e\n![Simple](assets/simple.png?raw=true)\n![Travis](assets/travis-internal.png?raw=true)\n\n### Private organization\n\n```Bash\n# create a token that has access to your repositories\ncurl -v -u your-user-name -X POST https://api.github.com/authorizations --data '{\"scopes\":[\"repo\"]}'\nenter your password -\u003e TOKEN\n\ngit config --global github.token ttttoookkkeeeennn\n\nOR\n\nrepo-dependency-graph --organization xyz --token ttttoookkkeeeennn\n```\n\nAuthor\n======\n[Michael Grosser](http://grosser.it)\u003cbr/\u003e\nmichael@grosser.it\u003cbr/\u003e\nLicense: MIT\u003cbr/\u003e\n[![Build Status](https://travis-ci.org/grosser/repo_dependency_graph.png)](https://travis-ci.org/grosser/repo_dependency_graph)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgrosser%2Frepo_dependency_graph","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgrosser%2Frepo_dependency_graph","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgrosser%2Frepo_dependency_graph/lists"}