{"id":49593959,"url":"https://github.com/rios0rios0/dev-toolkit","last_synced_at":"2026-05-04T03:02:52.932Z","repository":{"id":105767706,"uuid":"594796943","full_name":"rios0rios0/dev-toolkit","owner":"rios0rios0","description":"Developer toolkit CLI written in Go. Manages Git repositories across multiple providers (GitHub, Azure DevOps, GitLab, Codeberg) with parallel cloning, syncing, project bootstrapping, and language-aware build/test/lint/SAST commands.","archived":false,"fork":false,"pushed_at":"2026-04-30T12:19:08.000Z","size":3618,"stargazers_count":5,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-04-30T14:15:52.237Z","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},"funding":{"github":"rios0rios0"}},"created_at":"2023-01-29T17:10:57.000Z","updated_at":"2026-04-30T12:19:06.000Z","dependencies_parsed_at":"2026-03-12T18:02:35.585Z","dependency_job_id":"a496d2a8-0d9e-456e-a904-9e98c9752de7","html_url":"https://github.com/rios0rios0/dev-toolkit","commit_stats":null,"previous_names":["rios0rios0/versainit","rios0rios0/devforge","rios0rios0/dev-toolkit"],"tags_count":13,"template":false,"template_full_name":null,"purl":"pkg:github/rios0rios0/dev-toolkit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rios0rios0%2Fdev-toolkit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rios0rios0%2Fdev-toolkit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rios0rios0%2Fdev-toolkit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rios0rios0%2Fdev-toolkit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rios0rios0","download_url":"https://codeload.github.com/rios0rios0/dev-toolkit/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rios0rios0%2Fdev-toolkit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32592720,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T22:12:39.696Z","status":"online","status_checked_at":"2026-05-04T02:00:06.625Z","response_time":58,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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-05-04T03:02:52.214Z","updated_at":"2026-05-04T03:02:52.923Z","avatar_url":"https://github.com/rios0rios0.png","language":"Go","funding_links":["https://github.com/sponsors/rios0rios0"],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eDev-Toolkit\u003c/h1\u003e\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://github.com/rios0rios0/dev-toolkit/releases/latest\"\u003e\n        \u003cimg src=\"https://img.shields.io/github/release/rios0rios0/dev-toolkit.svg?style=for-the-badge\u0026logo=github\" alt=\"Latest Release\"/\u003e\u003c/a\u003e\n    \u003ca href=\"https://github.com/rios0rios0/dev-toolkit/blob/main/LICENSE\"\u003e\n        \u003cimg src=\"https://img.shields.io/github/license/rios0rios0/dev-toolkit.svg?style=for-the-badge\u0026logo=github\" alt=\"License\"/\u003e\u003c/a\u003e\n    \u003ca href=\"https://github.com/rios0rios0/dev-toolkit/actions/workflows/default.yaml\"\u003e\n        \u003cimg src=\"https://img.shields.io/github/actions/workflow/status/rios0rios0/dev-toolkit/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\nDev-Toolkit 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- **Gist Cloning \u0026 Syncing**: discovers GitHub gists for a user, clones missing ones via SSH using a description-derived slug, and syncs them with the same WIP-aware workflow as repos\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- **System Cleanup**: reclaims disk space by clearing caches across Go, Node, Python, Gradle, JetBrains, Terra, and SDKMAN, pruning obsolete CLI-agent binary versions, and wiping transient state -- credentials, SDKs, and shell history are preserved\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/dev-toolkit/main/install.sh | sh\n```\n\nOr build from source:\n\n```bash\ngo install github.com/rios0rios0/dev-toolkit/cmd/dev-toolkit@latest\n```\n\nDownload pre-built binaries from the [releases page](https://github.com/rios0rios0/dev-toolkit/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# Clone all GitHub gists for a user (slug derived from description; falls back to gist ID)\ndev gist clone \u003cssh-alias\u003e [root-dir]\ndev gist clone mine ~/Development/gist.github.com/rios0rios0\ndev gist clone mine ~/Development/gist.github.com/rios0rios0 --dry-run\n\n# Sync all gists under a directory\ndev gist sync [root-dir]\ndev gist sync ~/Development/gist.github.com/rios0rios0\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%2Fdev-toolkit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frios0rios0%2Fdev-toolkit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frios0rios0%2Fdev-toolkit/lists"}