Skip to content

Releases: the-protobuf-project/buffman

Release list

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 16 Jun 06:05

What's New in v0.1.0

buffman wraps the flatc compiler to convert .proto files to .fbs
and generate multi-language code from a declarative YAML config.

Installation

Homebrew

brew install the-protobuf-project/tap/buffman

curl

curl -sSL https://raw.githubusercontent.com/the-protobuf-project/buffman/main/scripts/install.sh | bash

Docker

docker pull ghcr.io/the-protobuf-project/buffman:v0.1.0

Changelog

Features

Others