Sharing a Quick Method to Create a TOML Plugin for Proto #1505
suin
started this conversation in
Show and tell
Replies: 2 comments
-
Awesome stuff! Cleaver using ChatGPT. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I've also started creating minijinja template to make it easier to generate toml plugins usage would be
planning to add more conditionals / options and other templates once I see more scenarios. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello moonrepo community,
I wanted to share a helpful guide created by my colleague, @kahirokunn, on how to quickly create a TOML file for moonrepo's proto tools. This tool is extremely useful and can save you a lot of time. Below is the translated version of his article (Japanese) for your convenience.
How to Create a TOML for moonrepo's proto tools in 30 Seconds
Prerequisite
This refers to moonrepo's proto tools, not gRPC's proto.
moonrepo's proto tools documentation
The assumption is that there are artifacts on GitHub.
1. List the assets
gh release view v4.44.1 --repo mikefarah/yq --json assets | pbcopy
2. Paste the content into the monnrepo-proto-tools-toml-creator using ChatGPT
ChatGPT's monnrepo-proto-tools-toml-creator
A TOML file like the one below will be generated. That's it.
I hope you find this tool as useful as I did. Feel free to check out the original article here and give @kahirokunn a follow for more insightful posts.
Beta Was this translation helpful? Give feedback.
All reactions