yyh-gl / gocr

GoCR is planner for a notification of code review request.
GNU General Public License v3.0
0 stars 0 forks source link

GoCR

GoCR provides easy way for notifying request of code review.

You will soon be able to start a notification of code review request.

image picture

Supported tools

Introduction

  1. $ go get -u github.com/yyh-gl/gocr
  2. Set repositories and notification destinations into ~/.gocr.yml.
    Example .gocr.yml is here.
  3. $ gocr

Path setting of config file

GoCR load .gocr.yml from root directory by default.

You can decide a path to config file by using cfgPath-c) option.

$ gocr -c /path/to/.gocr.yml