Skip to content

steckel/protoc-gen-flow

Repository files navigation

protoc-gen-flow

This project aims to generate flow annotations for use with Google's JavaScript implementation of Protocol Buffers.

Not for production use.

This plugin is in active development, but very volatile. Please do not blindly use output in production, as it may be incomplete or inaccurate.

Usage

npm install -g protoc-gen-flow
protoc --js_out=import_style=commonjs,binary:./ --flow_out=./ --proto_path=./test/proto3/src ./test/proto3/src/proto3.proto

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published