Skip to content

Latest commit

 

History

History
54 lines (35 loc) · 1.46 KB

File metadata and controls

54 lines (35 loc) · 1.46 KB

subee

CircleCI latest GoDoc Go Report Card license

Subee (pronounce /ˈsʌbiː/) is a framework for Pub/Sub subscriber worker for Go.

Examples

CLI

We offer an optional cli tool to develop with subee faster.

$ subee help

Usage:
  subee [command]

Available Commands:
  generate    Generate a new code
  help        Help about any command
  start       Build and start subscribers
  version     Print the version information

Flags:
  -h, --help   help for subee

Use "subee [command] --help" for more information about a command.

Installing

macOS

brew install wantedly/tap/subee

Other platforms

You can download prebuilt binaries for each platform in the releases page.

Build from source

go get github.com/wantedly/subee/cmd/subee