All Projects → sagikazarmark → protoc-gen-kit

sagikazarmark / protoc-gen-kit

Licence: MIT License
Protoc compiler for Go kit code

Programming Languages

Makefile
30231 projects
Nix
1067 projects

Projects that are alternatives of or similar to protoc-gen-kit

docker-protobuf
An all-inclusive protoc Docker image
Stars: ✭ 105 (+517.65%)
Mutual labels:  protobuf, protoc
protobuf-maven-plugin
Maven Plugin that executes the Protocol Buffers (protoc) compiler
Stars: ✭ 204 (+1100%)
Mutual labels:  protobuf, protoc
Rules protobuf
Bazel rules for building protocol buffers and gRPC services (java, c++, go, ...)
Stars: ✭ 206 (+1111.76%)
Mutual labels:  protobuf, protoc
Goprotowrap
A package-at-a-time wrapper for protoc, for generating Go protobuf code.
Stars: ✭ 147 (+764.71%)
Mutual labels:  protobuf, protoc
gosproto
基于云风的sproto二进制标准上的描述文件及代码生成工具
Stars: ✭ 52 (+205.88%)
Mutual labels:  protobuf, protoc
Protoc Jar Maven Plugin
Protocol Buffers protobuf maven plugin - based on protoc-jar multi-platform executable protoc JAR
Stars: ✭ 177 (+941.18%)
Mutual labels:  protobuf, protoc
go2gql
graphql-go schema generator by proto files
Stars: ✭ 33 (+94.12%)
Mutual labels:  protobuf, protoc
Protobuf
Protocol Buffers - Google's data interchange format
Stars: ✭ 52,305 (+307576.47%)
Mutual labels:  protobuf, protoc
makego
Makefile setup for our Golang projects.
Stars: ✭ 65 (+282.35%)
Mutual labels:  protobuf, protoc
proto2gql
The project has been migrated to https://github.com/EGT-Ukraine/go2gql.
Stars: ✭ 21 (+23.53%)
Mutual labels:  protobuf, protoc
Pb And K
Kotlin Code Generator and Runtime for Protocol Buffers
Stars: ✭ 137 (+705.88%)
Mutual labels:  protobuf, protoc
protocell
Conjures up convenient OCaml types and serialization functions based on protobuf definition files
Stars: ✭ 18 (+5.88%)
Mutual labels:  protobuf, protoc
Protoc Gen Doc
Documentation generator plugin for Google Protocol Buffers
Stars: ✭ 1,792 (+10441.18%)
Mutual labels:  protobuf, protoc
Protobuf Dynamic
Protocol Buffers Dynamic Schema - create protobuf schemas programmatically
Stars: ✭ 186 (+994.12%)
Mutual labels:  protobuf, protoc
Protodot
transforming your .proto files into .dot files (and .svg, .png if you happen to have graphviz installed)
Stars: ✭ 107 (+529.41%)
Mutual labels:  protobuf, protoc
protokit
A starter kit for building protoc plugins. Rather than write your own, you can just use an existing one.
Stars: ✭ 69 (+305.88%)
Mutual labels:  protobuf, protoc
Protobuf Swift
Google ProtocolBuffers for Apple Swift
Stars: ✭ 925 (+5341.18%)
Mutual labels:  protobuf, protoc
Protoc Jar
Protocol Buffers protobuf compiler - multi-platform executable protoc JAR and API
Stars: ✭ 103 (+505.88%)
Mutual labels:  protobuf, protoc
powerproto
🎉 An awesome version control tool for protoc and its related plugins.
Stars: ✭ 161 (+847.06%)
Mutual labels:  protobuf, protoc
protobuf-d
Protocol Buffers Compiler Plugin and Support Library for D
Stars: ✭ 32 (+88.24%)
Mutual labels:  protobuf, protoc

Go Kit Protoc Compiler

GitHub Workflow Status Go Report Card go.dev reference built with nix

Protoc compiler for Go kit code.

IMPORTANT: This project is work in progress.

Installation

Download prebuilt binaries from the releases page or install it from source:

go get github.com/sagikazarmark/protoc-gen-kit

Development

When all coding and testing is done, please run the test suite:

make check

For the best developer experience, install Nix and direnv.

Alternatively, install Go manually or using a package manager. Install the rest of the dependencies by running make deps.

License

The project is licensed under the MIT License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].