Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 498 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 498 Bytes

cli-tools

A collection of command line tools mostly in Go, but could also include other scripts later.

Gitlab

There is a glab command that queries a gitlab instance on various things. See glab README for more info.

Development

Use go 1.5 with the GO15VENDOREXPERIMENT=1 flag.

set -x GO15VENDOREXPERIMENT 1

Install glide for package management.

brew install glide

Use glide to pull dependencies

glide install