[com.danboykis/lein-protobuf-compiler "0.0.1"]
This is a stripped-down version of lein-protobuf. The idea for this project was procured from lein-protobuf-minimal-mg. It is similar to lein-protobuf. The most notable difference is that it cannot download and compile the Google protocol buffer compiler for you. You must have protoc installed.
:protobuf-includes ["patha" "pathb" "pathc"]
:proto-paths ["resources/protoA" "protoB"]
:protoc "/path/to/your/protoc"
To invoke it simply run
lein protobuf
For an example project see: example directory with person-proto project in this repo.
Can you improve this documentation? These fine people already did:
Justin Balthrop, Michael Nygard, Dan Boykis & Markus GustavssonEdit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close