This repository contains command-line tools for working with the Notecard and Notehub.io.
For all releases, we have compiled the Notecard and Notehub utilities for different OS and architectures here.
If you don't see your OS and architecture supported, please file an issue and we'll add it to new releases.
- Install Go and the Go tools (here)
If you want to build the latest, follow the directions below.
$ cd notecard
$ go build .
$ cd notehub
$ go build .
Copyright (c) 2017 Blues Inc. Released under the MIT license. See LICENSE for details.