Your friendly, personal, multi-purpose buddy written in Go.
-
Requirements: Go, Protocol Compiler (Protobuf's protoc).
-
Generate sources from
*.proto
files.go generate ./pkg/...
-
(Optional) Build targets.
go build ./cmd/...
-
Run backend server.
go run ./cmd/bro-backend spin
You will be prompted to input the listen address if there is no config file. The config file will be located in
$HOME/.bro/backend_config.json
. -
Show help.
go run ./cmd/bro-backend
-
Run CLI client.
go run ./cmd/bro --help
You will be prompted to input the backend address if there is no config file. The config file will be located in
$HOME/.bro/config.json
.