./init.sh
- Be sure to change the
GOPATH
var in theinit.sh
script to point to thecmd
dir in this dir
export GOPATH=<location to this dir>/cmd && go run main.go fetch --repo=:owner/:reponame --token=<github access token>
export GOPATH=<location to this dir>/cmd && go run main.go analyze --repo=:owner/:reponame