madhead / github-workflows-kt

Authoring GitHub Actions workflows in Kotlin. You won't get back to YAML!

Home Page:https://krzema12.github.io/github-workflows-kt/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

github-workflows-kt

You won't get back to YAML!

Maven Central Slack channel Awesome Kotlin Badge

YAMLs and JSONs surround us more and more frequently. While their syntax is simple and they allow defining hierarchical data easily, the tendency is also to overuse them for more complicated scenarios where a power of a regular programming language would be beneficial. This library aims at filling this gap, utilizing Kotlin as a modern general-purpose language with good internal DSL support.

For more info please see the documentation.

carbon(12)

About

Authoring GitHub Actions workflows in Kotlin. You won't get back to YAML!

https://krzema12.github.io/github-workflows-kt/

License:Apache License 2.0


Languages

Language:Kotlin 100.0%