:tada: there is a new yaml2kotlin workflow to conv...
# github-workflows-kt
j
🎉 there is a new yaml2kotlin workflow to convert your existing YAML files to Kotlin. That’s where the webtool will reside - but it’s not ready yet. On the other hand, here you can see 33 YAML files that were automatically converted to Kotlin There is still work to do so feel free to join the repo if interested Thanks @Piotr Krzemiński for setting this up https://github.com/typesafegithub/yaml2kotlin/tree/main/samples
👍 2
There are less missing features that I expected https://github.com/typesafegithub/yaml2kotlin/issues/1
The UI doesn’t look great OTOH Any front-end skills would be greatly appreciated https://github.com/typesafegithub/yaml2kotlin/issues/2
l
Cool! I reinforce my will to host the JVM app if you guys need it 🙂
j
@LeoColman I will ping you when I have an MVP working
c
@jmfayard I might be able to look at the frontend stuff tomorrow if you could add some build instructions to the README? (If anyone else can look at it sooner they can feel free to take it though.)
j
@Corofides I have added a CONTRIBUTING guide, see the issues and yours if useful https://github.com/typesafegithub/yaml2kotlin/blob/main/CONTRIBUTING.md
Currently the web interface is done with React+Kotlin/JS calling a ktor API, but I’m completely open to simplifying that
I had not done any programming since 3 months because of launching my company, I’m glad @Piotr Krzemiński’s project allows me to get back to it a little bit