<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: likezhang-public</title>
    <description>The latest articles on DEV Community by likezhang-public (@likezhangpublic).</description>
    <link>https://dev.to/likezhangpublic</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F874158%2Fdcc9bc94-de4c-4797-b22f-cfd4e45a5c53.png</url>
      <title>DEV Community: likezhang-public</title>
      <link>https://dev.to/likezhangpublic</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/likezhangpublic"/>
    <language>en</language>
    <item>
      <title>SkemaBuild: Make gRPC Development Faster and Easier</title>
      <dc:creator>likezhang-public</dc:creator>
      <pubDate>Wed, 08 Jun 2022 08:09:27 +0000</pubDate>
      <link>https://dev.to/likezhangpublic/skemabuild-make-grpc-development-faster-and-easier-34ip</link>
      <guid>https://dev.to/likezhangpublic/skemabuild-make-grpc-development-faster-and-easier-34ip</guid>
      <description>&lt;p&gt;&lt;a href="https://github.com/skema-dev/skemabuild"&gt;https://github.com/skema-dev/skemabuild&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I just finished the preview version for a toolkit to generate grpc service code (with grpc-gateway) from protobuf file AUTOMATICALLY.&lt;/p&gt;

&lt;p&gt;Well, in some sense, it's close to what Buf wants to do, but in a simpler way (in my opinion). You don't need the buf.yaml file, and you can use whatever git repo (github/gitlab/bitbucket/your own git server) to host your proto files (this is very important for proto management, and it's actually why I started making this tool).&lt;/p&gt;

&lt;p&gt;Further than just a protobuf stubs automation and management tool, it provides service code generating based on another framework &lt;a href="https://github.com/skema-dev/skema-go"&gt;https://github.com/skema-dev/skema-go&lt;/a&gt;. So the tool is fundamentally a scaffolding toolkit for stubs and codes. All you need to do is 4 steps in your terminal. For example:&lt;br&gt;
`&lt;br&gt;
skbuild api init --package=org.test --service=Hello&lt;/p&gt;

&lt;p&gt;skbuild api create -i ./Hello.proto -o ./temp --go_option ""&lt;/p&gt;

&lt;p&gt;skbuild api publish -s ./temp -u stub --version v1.0.0&lt;/p&gt;

&lt;p&gt;skbuild service create -p &lt;/p&gt;

&lt;p&gt;`&lt;br&gt;
Feel free to try out if interested. I'll be very appreciated if you leave any thought in the github discussion board.&lt;/p&gt;

</description>
      <category>grpc</category>
      <category>protocol</category>
      <category>protobuf</category>
      <category>go</category>
    </item>
  </channel>
</rss>
