{"id":30700230,"url":"https://github.com/koki-develop/ghatree","last_synced_at":"2026-03-04T08:01:14.046Z","repository":{"id":310667964,"uuid":"1040708024","full_name":"koki-develop/ghatree","owner":"koki-develop","description":"🌲 Visualize GitHub Actions workflow dependencies as a tree structure.","archived":false,"fork":false,"pushed_at":"2026-03-03T14:02:27.000Z","size":296,"stargazers_count":17,"open_issues_count":4,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-03T18:14:22.470Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/ghatree","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/koki-develop.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-08-19T11:43:30.000Z","updated_at":"2025-09-03T13:23:57.000Z","dependencies_parsed_at":"2026-01-15T03:04:05.570Z","dependency_job_id":null,"html_url":"https://github.com/koki-develop/ghatree","commit_stats":null,"previous_names":["koki-develop/ghatree"],"tags_count":10,"template":false,"template_full_name":"koki-develop/ts-cli-template","purl":"pkg:github/koki-develop/ghatree","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koki-develop%2Fghatree","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koki-develop%2Fghatree/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koki-develop%2Fghatree/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koki-develop%2Fghatree/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/koki-develop","download_url":"https://codeload.github.com/koki-develop/ghatree/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koki-develop%2Fghatree/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30075906,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-04T05:31:57.858Z","status":"ssl_error","status_checked_at":"2026-03-04T05:31:38.462Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":[],"created_at":"2025-09-02T11:44:17.262Z","updated_at":"2026-03-04T08:01:14.038Z","avatar_url":"https://github.com/koki-develop.png","language":"TypeScript","readme":"[![NPM Version](https://img.shields.io/npm/v/ghatree)](https://www.npmjs.com/package/ghatree)\n[![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/koki-develop/ghatree/release-please.yml)](https://github.com/koki-develop/ghatree/actions/workflows/release-please.yml)\n[![GitHub License](https://img.shields.io/github/license/koki-develop/ghatree)](./LICENSE)\n\n# ghatree\n\n![screenshot](./screenshot.png)\n\nVisualize GitHub Actions workflow dependencies as a tree structure.\n\n## Usage\n\nYou can run it with `npx`.\n\n```bash\n$ npx ghatree@latest\n```\n\n`ghatree` internally uses the GitHub REST API to retrieve GitHub Actions information.\nYou can set the token for the GitHub REST API using the `GITHUB_TOKEN` environment variable.\n\n```bash\n$ GITHUB_TOKEN=\u003cYOUR_TOKEN\u003e npx ghatree@latest\n```\n\nBy default, `ghatree` outputs the GitHub Actions workflow dependencies for the repository in the current directory.\nTo specify a remote repository, use the `--repo` flag.\n\n```bash\n$ npx ghatree@latest --repo koki-develop/ghatree\n```\n\nTo output in JSON format, use the `--json` flag.\n\n```bash\n$ npx ghatree@latest --json\n```\n\n\u003cdetails\u003e\u003csummary\u003eOutput Example\u003c/summary\u003e\n\n```json5\n{\n  \"type\": \"repository\",\n  \"repository\": {\n    \"owner\": \"koki-develop\",\n    \"name\": \"ghatree\"\n  },\n  \"dependencies\": [\n    {\n      \"type\": \"workflow\",\n      \"repository\": {\n        \"owner\": \"koki-develop\",\n        \"name\": \"ghatree\"\n      },\n      \"path\": \".github/workflows/ci.yml\",\n      \"dependencies\": [\n        {\n          \"type\": \"job\",\n          \"name\": \"lint\",\n          \"dependencies\": [\n            {\n              \"type\": \"action\",\n              \"repository\": {\n                \"owner\": \"actions\",\n                \"name\": \"checkout\"\n              },\n              \"ref\": \"11bd71901bbe5b1630ceea73d27597364c9af683\",\n              \"dependencies\": []\n            },\n            // ...\n          ]\n        },\n        // ...\n      ]\n    },\n    // ...\n  ]\n}\n```\n\n\u003c/details\u003e\n\n## License\n\n[MIT](./LICENSE)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkoki-develop%2Fghatree","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkoki-develop%2Fghatree","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkoki-develop%2Fghatree/lists"}