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?
已存档?
是复刻?
已锁定?
是镜像?
是私有?