Sign inSign up

nousefreak/gitteams

By nousefreak

Updated over 5 years ago

Image
0

681

nousefreak/gitteams repository overview

GitTeams

Build status Release Maintained Docker Cloud Build Status License Coffee

GitTeams gives you insight into multiple repositories at once.

Example

$ gitteams --github-token=<token> --github-username=<username>  stats --sort=branches 
INFO[0000] Collecting repos                             
INFO[0000] Processing                                   
INFO[0001] Report                                       
┌─────────────────────────────────────────────────────────────────────────────────────────────────┐
│ REPO                                     BRANCH COUNT  LANGUAGE           LINES OF CODE  MERGED │
├─────────────────────────────────────────────────────────────────────────────────────────────────┤
│ gh:NoUseFreak/Cron                                  3  PHP (76%)                     33       0 │
│ gh:NoUseFreak/docker-multi-cache                    1  Go (22%)                       6       0 │
│ gh:NoUseFreak/cicd                                  1  Go (60%)                      33       0 │
...
└─────────────────────────────────────────────────────────────────────────────────────────────────┘

More info

To see all options available, check the help function.

$ gitteams help
Git Teams helps you manage all project at once.

Usage:
  gitteams [command]

Available Commands:
  author      Count number of authors
  branch      Count number of branches
  commits     Count commits in repository
  help        Help about any command
  language    Show main language in repository
  loc         Get LOC count in repositories
  merged      Count merged branches
...

Platforms

  • Github
  • Gitlab
  • Bitbucket

Output

Description
Author countCount authors in each repository.
Branch countCount branches in each repository.
Commit countCount commits in each repository.
Lines of CodeCount the lines of code in each repository.
LanguageFind the most common language in each repository.
Merged branchesCount all branched fully merged into the main branch.
SizeCalculate the size of the repository in kb.
Tag countCount all tags into each repository.

Install

Homebrew

brew install nousefreak/brew/gitteams

Binary

curl -sL http://bit.ly/gh-get | PROJECT=NoUseFreak/gitteams bash

Docker

docker pull nousefreak/gitteams

Tag summary

Content type

Image

Digest

Size

8.6 MB

Last updated

over 5 years ago

docker pull nousefreak/gitteams