https://github.com/sky0621/gitlab-seek-expert
指定したGitLabプロジェクトの一覧をグループ別に並べ、プロジェクト毎にコミットした人をコミット数の多い順に表示
https://github.com/sky0621/gitlab-seek-expert
Last synced: about 2 months ago
JSON representation
指定したGitLabプロジェクトの一覧をグループ別に並べ、プロジェクト毎にコミットした人をコミット数の多い順に表示
- Host: GitHub
- URL: https://github.com/sky0621/gitlab-seek-expert
- Owner: sky0621
- Created: 2017-04-20T17:08:00.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-17T14:40:27.000Z (over 8 years ago)
- Last Synced: 2026-01-02T23:13:14.945Z (5 months ago)
- Language: Go
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gitlab-seek-expert
### ■ツールの説明
##### gitlabのリポジトリ一覧(コミット数の多い順にコミッターも表示)を生成
### ■実行方法
##### [前提]
###### ・go version 1.7
###### ・glide インストール済み
###### ・オープンソースのcommunity editionの方を使用
##### 1. glide up を実行
###### ※Mac or Linux環境の場合、下記コマンドでインストール可能
###### curl https://glide.sh/get | sh
###### 参考:「https://github.com/Masterminds/glide」
##### 2. 下記の起動時パラメータを与えて cmd 配下で go run main.go を実行
###### ・host ・・・GitLabホスト(「http(s)」プロトコルはじまりのホスト名)
###### ・pkey ・・・GitLabでの自分のアカウントのPrivate token
### ■参考
##### https://docs.gitlab.com/ce/api/README.html
##### https://github.com/xanzy/go-gitlab