{"id":21501230,"url":"https://github.com/nousefreak/gitteams","last_synced_at":"2025-08-03T19:12:30.769Z","repository":{"id":52452024,"uuid":"209409122","full_name":"NoUseFreak/gitteams","owner":"NoUseFreak","description":"GitTeams gives you insight into multiple repositories at once.","archived":false,"fork":false,"pushed_at":"2024-04-19T12:26:50.000Z","size":195,"stargazers_count":0,"open_issues_count":7,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-17T13:29:19.737Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/NoUseFreak.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}},"created_at":"2019-09-18T21:43:28.000Z","updated_at":"2023-04-10T10:42:50.000Z","dependencies_parsed_at":"2022-08-18T19:12:32.818Z","dependency_job_id":"fa45bcff-2aa5-4d69-8208-83b9d8d51446","html_url":"https://github.com/NoUseFreak/gitteams","commit_stats":null,"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"purl":"pkg:github/NoUseFreak/gitteams","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NoUseFreak%2Fgitteams","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NoUseFreak%2Fgitteams/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NoUseFreak%2Fgitteams/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NoUseFreak%2Fgitteams/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NoUseFreak","download_url":"https://codeload.github.com/NoUseFreak/gitteams/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NoUseFreak%2Fgitteams/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259542138,"owners_count":22873760,"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","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":"2024-11-23T17:50:00.894Z","updated_at":"2025-06-12T22:36:35.719Z","avatar_url":"https://github.com/NoUseFreak.png","language":"Go","funding_links":["https://www.buymeacoffee.com/driesdepeuter"],"categories":[],"sub_categories":[],"readme":"# GitTeams\n\n[![Build status](https://img.shields.io/travis/NoUseFreak/gitteams/master?style=flat-square)](https://travis-ci.org/NoUseFreak/gitteams)\n[![Release](https://img.shields.io/github/v/release/NoUseFreak/gitteams?style=flat-square)](https://github.com/NoUseFreak/gitteams/releases)\n[![Maintained](https://img.shields.io/maintenance/yes/2019?style=flat-square)](https://github.com/NoUseFreak/gitteams)\n[![Docker Cloud Build Status](https://img.shields.io/docker/cloud/build/nousefreak/gitteams?style=flat-square)](https://hub.docker.com/r/nousefreak/gitteams)\n[![License](https://img.shields.io/github/license/NoUseFreak/gitteams?style=flat-square)](https://github.com/NoUseFreak/gitteams/blob/master/LICENSE)\n[![Coffee](https://img.shields.io/badge/☕️-Buy%20me%20a%20coffee-blue?style=flat-square\u0026color=blueviolet)](https://www.buymeacoffee.com/driesdepeuter)\n\nGitTeams gives you insight into multiple repositories at once.\n\n## Example\n\n```\n$ gitteams --github-token=\u003ctoken\u003e --github-username=\u003cusername\u003e  stats --sort=branches \nINFO[0000] Collecting repos                             \nINFO[0000] Processing                                   \nINFO[0001] Report                                       \n┌─────────────────────────────────────────────────────────────────────────────────────────────────┐\n│ REPO                                     BRANCH COUNT  LANGUAGE           LINES OF CODE  MERGED │\n├─────────────────────────────────────────────────────────────────────────────────────────────────┤\n│ gh:NoUseFreak/Cron                                  3  PHP (76%)                     33       0 │\n│ gh:NoUseFreak/docker-multi-cache                    1  Go (22%)                       6       0 │\n│ gh:NoUseFreak/cicd                                  1  Go (60%)                      33       0 │\n...\n└─────────────────────────────────────────────────────────────────────────────────────────────────┘\n```\n\n## More info\n\nTo see all options available, check the help function.\n\n```\n$ gitteams help\nGit Teams helps you manage all project at once.\n\nUsage:\n  gitteams [command]\n\nAvailable Commands:\n  author      Count number of authors\n  branch      Count number of branches\n  commits     Count commits in repository\n  help        Help about any command\n  language    Show main language in repository\n  loc         Get LOC count in repositories\n  merged      Count merged branches\n...\n```\n\n## Platforms\n\n - Github\n - Gitlab\n - Bitbucket\n\n## Output\n|                 | Description                                           |\n| --------------- | ----------------------------------------------------- |\n| Author count    | Count authors in each repository.                     |\n| Branch count    | Count branches in each repository.                    |\n| Commit count    | Count commits in each repository.                     |\n| Lines of Code   | Count the lines of code in each repository.           |\n| Language        | Find the most common language in each repository.     |\n| Merged branches | Count all branched fully merged into the main branch. |\n| Size            | Calculate the size of the repository in kb.           |\n| Tag count       | Count all tags into each repository.                  |\n\n## Install\n\n__Homebrew__\n\n```\nbrew install nousefreak/brew/gitteams\n```\n\n__Binary__\n\n```\ncurl -sL http://bit.ly/gh-get | PROJECT=NoUseFreak/gitteams bash\n```\n\n__Docker__\n\n```\ndocker pull nousefreak/gitteams\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnousefreak%2Fgitteams","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnousefreak%2Fgitteams","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnousefreak%2Fgitteams/lists"}