jmfayard
05/07/2021, 12:25 PMgit-standup
,
a command-line tool with Kotlin Multi-platform
meaning it runs both on the JVM with its wealth of libraries
and on Kotlin/Native which provides an executable that starts fast
and can be deployed to a computer with no JVM installed.
I also found out that configuring everything you expect takes a lot of time.
Configuring Gradle - Working with Files - Parsing arguments - and more
Network Calls - Unit testing - Continuous Integration with GitHub Actions
So I converted my project in to make it re-usable as a GitHub template
==> kotlin-cli-starter, a starter project for command-line tools in Kotlin Multiplatform
Let me know if you implement something with it!
https://github.com/jmfayard/kotlin-cli-starterjmfayard
05/07/2021, 12:27 PMjmfayard
05/07/2021, 4:58 PMelect
05/09/2021, 7:07 AM