Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pxyup/protoc-actions

Action for GitHub for generating client, server, grpc gateway and swagger from protofile
https://github.com/pxyup/protoc-actions

action ci golang grpc protobuf

Last synced: 3 months ago
JSON representation

Action for GitHub for generating client, server, grpc gateway and swagger from protofile

Awesome Lists containing this project

README

        

# Protoc actions

This actions allow you generate client and server for grpc in pipeline(to avoid push generated files in repo)

[DEMO](https://github.com/squzy/squzy_proto/blob/test/actio/.github/workflows/lint.yml#L20)

# How to use

```yml
- name: Genereate code for squzy-storage protofile
uses: PxyUp/[email protected]
with:
path: -I./ --go_opt=paths=source_relative --go_out=./generated example/v1/test.proto
```

*Supports:*
- GRPC client server
- GRPC gateway
- Swagger from protofiles