io.bkbn.skelegro.docker.Helpers.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of skelegro-docker Show documentation
Show all versions of skelegro-docker Show documentation
A wacky assortment of Kotlin DSLs for infrastructure manifest generation
package io.bkbn.skelegro.docker
fun String.modify(transformer: (String) -> String) = transformer(this)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy