Categorygithub.com/greatliontech/protoc-gen-rtk-query
repositorypackage
0.4.7
Repository: https://github.com/greatliontech/protoc-gen-rtk-query.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author

# README

= 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