# README
skyhook-cli-go
Rewrite of skyhook-cli in Go for smaller, faster executables
Installation and Usage
Assuming your $GOPATH/bin
is on your $PATH
:
$ go get github.com/skyhook-cli/skyhook-cli-go
$ skyhook-cli-go [init]
Or download the latest binary for your platform from the Github Releases page and run with
$ ./skyhook [init]