/protoc-erl

a wrapper for erlang-protobuffs

Primary LanguageErlang

protoc-erl

Build Status

Escript used to generate erlang protobuf

Usage

$ ./protoc-erl ./proto ./ebin ./include

=INFO REPORT==== 26-Dec-2015::01:08:02 ===
Writing header file to "./include/simple_pb.hrl"

=INFO REPORT==== 26-Dec-2015::01:08:03 ===
Writing beam file to "./ebin/simple_pb.beam"

Authors

License

The MIT License (MIT)

Update

As rebar already support src_dirs option, this repository is no longer needed.