# README
= riff CLI tool
- link:docs/riff.md[Documentation]
built with https://github.com/spf13/cobra[cobra]
== Building
go get -d github.com/projectriff/riff-cli/...
cd $(go env GOPATH)/src/github.com/projectriff/riff-cli
make
Alternatively, the riff
executable may be installed to $GOPATH/bin
using:
go get github.com/projectriff/riff-cli/cmd/riff
== Running tests
cd $(go env GOPATH)/src/github.com/projectriff/riff-cli
make test