GitHub - mpetuska/ktx: npx for kotlin and the JVM! Install and execute jars or kotlin scripts just like any other command line utility.
ktx
npx for kotlin and the JVM!
Install and execute Maven Central packages or kotlin scripts just like any other command line
utility.
Installation
(Recommended) SDKMAN
Install Script
curl https://raw.githubusercontent.com/mpetuska/ktx/master/scripts/install.sh | bash
Build from Source
curl https://raw.githubusercontent.com/mpetuska/ktx/master/scripts/install-snapshot.sh | bash
Uninstallation
(Recommended) SDKMAN
# Check which versions are installed
sdk list ktx
# Uninstall desired version(s)
sd...
Read more at github.com