An open API service indexing awesome lists of open source software.

https://github.com/operable/circuit-driver


https://github.com/operable/circuit-driver

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# circuit-driver

[![Build Status](https://travis-ci.org/operable/circuit-driver.svg?branch=master)](https://travis-ci.org/operable/circuit-driver)
[![Coverage Status](https://coveralls.io/repos/github/operable/circuit-driver/badge.svg?branch=master)](https://coveralls.io/github/operable/circuit-driver?branch=master)

## Building Locally

### Prerequisites

```sh
brew install protobuf-c
go get -u github.com/gogo/protobuf/protoc-gen-gofast
go get -u github.com/kardianos/govendor
```

### Test and Build

```sh
make vet test exe
```

### Generate Docker Image

```
DOCKER_IMAGE=operable/circuit-driver:$VERSION make docker
```