aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
authorGravatar Feng Xiao <xfxyjwf@gmail.com>2017-04-19 10:30:42 -0700
committerGravatar GitHub <noreply@github.com>2017-04-19 10:30:42 -0700
commit0a93f6705553954c2afa67f3b52f7ee87618b457 (patch)
tree41d7d81b694370ee980ff6c73227e440c4df3824 /docs
parent594f810081623c87cc894820089c6a73f91d9252 (diff)
parent3055a021258783966119f144055fd04364d4d539 (diff)
Merge pull request #2987 from konsumer/patch-1
Add node-protoc-plugin to "Other Utilities"
Diffstat (limited to 'docs')
-rw-r--r--docs/third_party.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/third_party.md b/docs/third_party.md
index a1f918a7..e4128fca 100644
--- a/docs/third_party.md
+++ b/docs/third_party.md
@@ -154,3 +154,4 @@ There are miscellaneous other things you may find useful as a Protocol Buffers d
* [Notepad++ Syntax Highlighting for .proto files](https://github.com/chai2010/notepadplus-protobuf)
* [Linter for .proto files](https://github.com/ckaznocha/protoc-gen-lint)
* [Protocol Buffers Dynamic Schema - create protobuf schemas programmatically (Java)] (https://github.com/os72/protobuf-dynamic)
+* [Make protoc plugins in NodeJS](https://github.com/konsumer/node-protoc-plugin)