Command line utility for lgtm [DEPRECATED]
Перейти к файлу
Brad Rydzewski 831a8e5ee0 auto deploy release files 2015-12-06 23:44:06 -08:00
lgtm fixed govet issue 2015-12-06 23:17:11 -08:00
vendor auto deploy release files 2015-12-06 23:44:06 -08:00
.drone.sec auto deploy release files 2015-12-06 23:44:06 -08:00
.drone.yml auto deploy release files 2015-12-06 23:44:06 -08:00
.gitignore auto deploy release files 2015-12-06 23:44:06 -08:00
LICENSE initial commit 2015-12-06 03:43:08 -08:00
README.md initial commit 2015-12-06 03:43:08 -08:00

README.md

lgtm-cli

LGTM command line interface

Installation

Linux

Download and install the x64 linux binary:

curl https://github.com/lgtmco/lgtm-cli/releases/download/v1.0.0/lgtm_linux_amd64.tar.gz | tar zx
sudo install -t /usr/local/bin lgtm

OSX

Download and install the binary:

curl https://github.com/lgtmco/lgtm-cli/releases/download/v1.0.0/lgtm_darwin_amd64.tar.gz | tar zx
sudo cp lgtm /usr/local/bin