{"id":31558041,"url":"https://github.com/rajamohan-rj/homebrew-tap","last_synced_at":"2026-05-05T14:03:13.823Z","repository":{"id":316222362,"uuid":"1062452875","full_name":"rajamohan-rj/homebrew-tap","owner":"rajamohan-rj","description":"🍺 Custom Homebrew Tap - Professional package distribution for open-source DevOps tools. Automated formula management with CI/CD integration. Install with: brew tap rajamohan-rj/tap","archived":false,"fork":false,"pushed_at":"2025-10-03T07:14:12.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-03T07:17:18.713Z","etag":null,"topics":["automation","brew","formula","homebrew","homebrew-tap","installation","linux","macos","package-distribution","package-manager"],"latest_commit_sha":null,"homepage":"https://brew.sh/","language":"Ruby","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/rajamohan-rj.png","metadata":{"files":{"readme":"README.md","changelog":null,"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-09-23T09:21:33.000Z","updated_at":"2025-10-03T07:14:15.000Z","dependencies_parsed_at":"2025-09-23T15:31:49.968Z","dependency_job_id":null,"html_url":"https://github.com/rajamohan-rj/homebrew-tap","commit_stats":null,"previous_names":["rajamohan-rj/homebrew-tap"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rajamohan-rj/homebrew-tap","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rajamohan-rj%2Fhomebrew-tap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rajamohan-rj%2Fhomebrew-tap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rajamohan-rj%2Fhomebrew-tap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rajamohan-rj%2Fhomebrew-tap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rajamohan-rj","download_url":"https://codeload.github.com/rajamohan-rj/homebrew-tap/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rajamohan-rj%2Fhomebrew-tap/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278391426,"owners_count":25978987,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-04T02:00:05.491Z","response_time":63,"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","brew","formula","homebrew","homebrew-tap","installation","linux","macos","package-distribution","package-manager"],"created_at":"2025-10-05T00:12:20.317Z","updated_at":"2025-10-05T00:12:21.634Z","avatar_url":"https://github.com/rajamohan-rj.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# rajamohan-rj's Homebrew Tap\n\nA custom [Homebrew](https://brew.sh/) tap for macOS and Linux packages developed by [@rajamohan-rj](https://github.com/rajamohan-rj).\n\n## What is a Homebrew Tap?\n\nA Homebrew \"tap\" is a third-party repository that provides additional formulae to the `brew` package manager. This tap contains custom software packages that aren't available in the main Homebrew repository.\n\n## Installation\n\nTo use packages from this tap, first add the tap to your Homebrew installation:\n\n```bash\nbrew tap rajamohan-rj/tap\n```\n\n## Available Packages\n\n### tfrun\n\nA Git-aware Terraform runner that simplifies Terraform workflow management.\n\n**Install:**\n\n```bash\nbrew install tfrun\n```\n\n**Usage:**\n\n```bash\ntfrun --help\n```\n\n**Repository:** [rajamohan-rj/tfrun](https://github.com/rajamohan-rj/tfrun)\n\n### kdiff\n\nA Kubernetes resource differ that compares resources between different namespaces.\n\n**Install:**\n\n```bash\nbrew install kdiff\n```\n\n**Usage:**\n\n```bash\nkdiff --help\n```\n\n**Repository:** [rajamohan-rj/kdiff](https://github.com/rajamohan-rj/kdiff)\n\n## Usage Examples\n\n```bash\n# Add this tap to your Homebrew\nbrew tap rajamohan-rj/tap\n\n# Install any package from this tap\nbrew install tfrun\nbrew install kdiff\n\n# Update packages from this tap\nbrew update \u0026\u0026 brew upgrade\n\n# List installed packages from this tap\nbrew list | grep rajamohan-rj\n\n# Remove this tap (if needed)\nbrew untap rajamohan-rj/tap\n```\n\n## Package Development\n\nThis tap uses automated formula generation through [GoReleaser](https://goreleaser.com/) and GitHub Actions. When new releases are created in the source repositories, the corresponding Homebrew formulae are automatically updated.\n\n### Formula Structure\n\nAll formulae are stored in the `Formula/` directory and follow the standard Homebrew naming convention:\n\n- `Formula/tfrun.rb` - Terraform runner tool\n- `Formula/kdiff.rb` - Kubernetes resource differ\n- More packages will be added here as they are developed\n\n### Supported Platforms\n\n- **macOS:** Intel (x86_64) and Apple Silicon (arm64)\n- **Linux:** Intel/AMD (x86_64) and ARM64\n\n## Contributing\n\nIf you encounter issues with any package:\n\n1. Check if the issue is with the package itself by visiting its source repository\n2. For Homebrew-specific issues (installation, formula problems), open an issue in this repository\n3. For package functionality issues, open an issue in the respective source repository\n\n## Support\n\nFor questions or support:\n\n- **Package Issues:** Check the individual package repositories linked above\n- **Tap Issues:** Open an issue in this repository\n- **General Questions:** Contact [@rajamohan-rj](https://github.com/rajamohan-rj)\n\n## License\n\nThis tap repository is available under the MIT License. Individual packages may have their own licenses - please check their respective repositories for details.\n\n---\n\n*This tap is maintained by [@rajamohan-rj](https://github.com/rajamohan-rj) and updated automatically via CI/CD pipelines.*\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frajamohan-rj%2Fhomebrew-tap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frajamohan-rj%2Fhomebrew-tap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frajamohan-rj%2Fhomebrew-tap/lists"}