Skip to content

Compile protobufs (protoc) inside a container (protocc)!

License

Notifications You must be signed in to change notification settings

tilt-dev/protocc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

protocc

Build Status

Stop worrying about how to install the right protoc version and managing protoc plugins!

Compile protobufs (protoc) inside a container (protocc)!

Usage

In a directory with .proto files, run:

python protocc.py --out go

protocc will generate all the .pb.go files inside the container, then copy them to your local filesystem, printing where it puts each file.

Requirements

We've manually tested on Python 2 and 3.

Future Work

Currently this only generates Go protobufs, but could be easily modified to support other target languages. We welcome your feature requests, or even better, contributions!

License

Copyright 2018 Windmill Engineering

Licensed under the Apache License, Version 2.0

About

Compile protobufs (protoc) inside a container (protocc)!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published