{"id":47978968,"url":"https://github.com/rios0rios0/devforge","last_synced_at":"2026-04-04T10:59:59.726Z","repository":{"id":105767706,"uuid":"594796943","full_name":"rios0rios0/devforge","owner":"rios0rios0","description":"Developer forge CLI tool written in Go. Manages Git repositories across multiple providers (GitHub, Azure DevOps, GitLab) with parallel cloning, syncing, and project bootstrapping.","archived":false,"fork":false,"pushed_at":"2026-04-04T09:14:22.000Z","size":3491,"stargazers_count":5,"open_issues_count":3,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-04-04T10:59:53.038Z","etag":null,"topics":["automation","cli","developer-tools","git","golang","repository-management"],"latest_commit_sha":null,"homepage":"","language":"Go","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/rios0rios0.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","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":"2023-01-29T17:10:57.000Z","updated_at":"2026-04-03T20:12:34.000Z","dependencies_parsed_at":"2026-03-12T18:02:35.585Z","dependency_job_id":null,"html_url":"https://github.com/rios0rios0/devforge","commit_stats":null,"previous_names":["rios0rios0/versainit","rios0rios0/devforge"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rios0rios0/devforge","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rios0rios0%2Fdevforge","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rios0rios0%2Fdevforge/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rios0rios0%2Fdevforge/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rios0rios0%2Fdevforge/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rios0rios0","download_url":"https://codeload.github.com/rios0rios0/devforge/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rios0rios0%2Fdevforge/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31397056,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T10:20:44.708Z","status":"ssl_error","status_checked_at":"2026-04-04T10:20:06.846Z","response_time":60,"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":["automation","cli","developer-tools","git","golang","repository-management"],"created_at":"2026-04-04T10:59:59.183Z","updated_at":"2026-04-04T10:59:59.719Z","avatar_url":"https://github.com/rios0rios0.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eDevForge\u003c/h1\u003e\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://github.com/rios0rios0/devforge/releases/latest\"\u003e\n        \u003cimg src=\"https://img.shields.io/github/release/rios0rios0/devforge.svg?style=for-the-badge\u0026logo=github\" alt=\"Latest Release\"/\u003e\u003c/a\u003e\n    \u003ca href=\"https://github.com/rios0rios0/devforge/blob/main/LICENSE\"\u003e\n        \u003cimg src=\"https://img.shields.io/github/license/rios0rios0/devforge.svg?style=for-the-badge\u0026logo=github\" alt=\"License\"/\u003e\u003c/a\u003e\n    \u003ca href=\"https://github.com/rios0rios0/devforge/actions/workflows/default.yaml\"\u003e\n        \u003cimg src=\"https://img.shields.io/github/actions/workflow/status/rios0rios0/devforge/default.yaml?branch=main\u0026style=for-the-badge\u0026logo=github\" alt=\"Build Status\"/\u003e\u003c/a\u003e\n    \u003ca href=\"https://www.bestpractices.dev/projects/12033\"\u003e\n        \u003cimg src=\"https://img.shields.io/cii/level/12033?style=for-the-badge\u0026logo=opensourceinitiative\" alt=\"OpenSSF Best Practices\"/\u003e\u003c/a\u003e\n\u003c/p\u003e\n\nDevForge is a developer workspace toolkit that manages Git repositories across multiple providers and bootstraps projects by detecting their language. It consolidates [gitforge](https://github.com/rios0rios0/gitforge) and [langforge](https://github.com/rios0rios0/langforge) into a single CLI.\n\n## Features\n\n- **Repository Cloning**: discovers repos from GitHub, Azure DevOps, or GitLab and clones missing ones via SSH in parallel\n- **Repository Syncing**: fetches and rebases all repos under a directory, preserving uncommitted work via WIP branches\n- **Fork Syncing**: detects forked repos via provider API, syncs with upstream parent, and handles conflicts by creating reference branches\n- **Branch Pruning**: deletes local branches merged into the default branch across all repos\n- **Docker Management**: lists container IPs and resets the Docker environment (stop, prune)\n- **Multi-Provider Support**: automatic provider detection from directory path with per-provider auth tokens\n\n## Installation\n\n```bash\ncurl -fsSL https://raw.githubusercontent.com/rios0rios0/devforge/main/install.sh | sh\n```\n\nOr build from source:\n\n```bash\ngo install github.com/rios0rios0/devforge/cmd/devforge@latest\n```\n\nDownload pre-built binaries from the [releases page](https://github.com/rios0rios0/devforge/releases).\n\n## Usage\n\n```bash\n# Clone all repos for a GitHub user/org\ndev repo clone \u003cssh-alias\u003e [root-dir]\ndev repo clone mine ~/Development/github.com/rios0rios0\ndev repo clone my-org ~/Development/dev.azure.com/my-org\ndev repo clone mine --dry-run  # preview without cloning\n\n# Sync all repos under a directory\ndev repo sync [root-dir]\ndev repo sync ~/Development/github.com/rios0rios0\n\n# Sync forked repos with their upstream parent\ndev repo fork-sync [root-dir]\ndev repo fork-sync ~/Development/github.com/rios0rios0\ndev repo fork-sync --dry-run     # preview without syncing\n\n# Delete local merged branches\ndev repo prune [root-dir]\ndev repo prune ~/Development/github.com/rios0rios0 --dry-run\n\n# Docker environment management\ndev docker ips                  # list container IP addresses\ndev docker reset                # stop all containers, prune everything\ndev docker reset --dry-run      # preview without executing\n```\n\n### Authentication\n\nSet the appropriate environment variable for your provider:\n\n| Provider | Environment Variable |\n|----------|---------------------|\n| GitHub | `GH_TOKEN` |\n| Azure DevOps | `AZURE_DEVOPS_EXT_PAT` |\n| GitLab | `GITLAB_TOKEN` |\n\n### SSH Aliases\n\nThe clone command uses SSH config aliases (e.g., `github.com-mine`). Configure these in `~/.ssh/config`:\n\n```\nHost github.com-mine\n    HostName github.com\n    User git\n    IdentityFile ~/.ssh/id_ed25519_personal\n```\n\n## Contributing\n\nContributions are welcome. See [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines.\n\n## License\n\nSee [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frios0rios0%2Fdevforge","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frios0rios0%2Fdevforge","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frios0rios0%2Fdevforge/lists"}