Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
timburks committed Jun 19, 2024
0 parents commit 6ca1d6e
Show file tree
Hide file tree
Showing 2 changed files with 871 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
APIS=$(shell find ../apis/bobadojo -name "*.proto")


docs:
go install github.com/pseudomuto/protoc-gen-doc/cmd/protoc-gen-doc@latest
protoc ${APIS} \
--proto_path='../apis' \
--doc_opt='html,readme.html' \
--doc_out='.'
Loading

0 comments on commit 6ca1d6e

Please sign in to comment.