protoc-gen-rtk-query

support packages for protoc-gen-rtk-query

MIT License

Downloads
478
Stars
1
Committers
3

= protoc-gen-rtk-query

generate rtk query api/endpoints from gRPC service definitions

== installation

depends on code generated by https://github.com/timostamm/protobuf-ts[protobuf-ts]

=== arch


yay -S protoc-gen-rtk-query-bin

=== mac/linux


brew tap greatliontech/tap
brew install protoc-gen-rtk-query

=== debian/ubuntu


echo "deb [trusted=yes] https://apt.fury.io/greatliontech/ /" >/etc/apt/sources.list.d/greatliontech.list
apt update
apt install protoc-gen-rtk-query

=== fedora/centos


cat >/etc/yum.repos.d/greatliontech.repo <<EOF
[greatliontech]
name=great lion tech repo
baseurl=https://yum.fury.io/greatliontech/
enabled=1
gpgcheck=0
EOF
yum install protoc-gen-rtk-query