git-appraise-web

Web UI for git-appraise

  • 所有者: google/git-appraise-web
  • 平台:
  • 許可證: Apache License 2.0
  • 分類:
  • 主題:
  • 喜歡:
    0
      比較:

Github星跟蹤圖

Git-Appraise Web UI

This repository contains a read-only web UI for git-appraise reviews.

Try it now

You can see a live demo of the UI running here

Disclaimer

This is not an official Google product.

Prerequisites

Building requires the Go tools and GNU Make. Running the built binary requires the git command line tool.

Building the source code

Assuming you have the Go tools installed, run
the following command:

go get github.com/google/git-appraise-web/git-appraise-web

Manual steps

Assuming you have not run the above command, first checkout the code from the git repo:

mkdir -p ${GOPATH}/src/github.com/google
cd ${GOPATH}/src/github.com/google
git clone https://github.com/google/git-appraise-web.git

Build the binary:

cd ${GOPATH}/src/github.com/google/git-appraise-web
make

Running the application

Binary is placed into ${GOPATH}/bin:

${GOPATH}/bin/git-appraise-web

The tool requires that it be started in a directory that contains at least one git repo, and it shows the
reviews from every git repo under that directory.

The UI is a webserver which defaults to listening on port 8080. To use a different port, pass it as an argument to the "--port" flag:

${GOPATH}/bin/git-appraise-web --port=12345

主要指標

概覽
名稱與所有者google/git-appraise-web
主編程語言HTML
編程語言Makefile (語言數: 5)
平台
許可證Apache License 2.0
所有者活动
創建於2016-06-07 01:00:07
推送於2023-06-20 22:29:37
最后一次提交2021-04-01 17:33:21
發布數0
用户参与
星數217
關注者數15
派生數23
提交數104
已啟用問題?
問題數7
打開的問題數4
拉請求數17
打開的拉請求數1
關閉的拉請求數0
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?