Skip to content
This repository has been archived by the owner on May 27, 2022. It is now read-only.

protoc compatible plugin #23

Open
schmichael opened this issue Mar 4, 2013 · 0 comments
Open

protoc compatible plugin #23

schmichael opened this issue Mar 4, 2013 · 0 comments

Comments

@schmichael
Copy link
Contributor

It would be handy to integrate into Google's protoc tool to simplify usage and integrate with cross-platform projects more easily.

Plugins are as "simple" as a binary named protoc-gen-$NAME:

// A plugin executable needs only to be placed somewhere in the path.  The
// plugin should be named "protoc-gen-$NAME", and will then be used when the
// flag "--${NAME}_out" is passed to protoc.

via: https://developers.google.com/protocol-buffers/docs/reference/cpp/google.protobuf.compiler.plugin.pb

See also: https://developers.google.com/protocol-buffers/docs/reference/other

(I know this is probably a lot of work for only a slight bump in usability, but a guy can dream right?)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant