Hi… can anyone point me to resources on creating a...
# multiplatform
d
Hi… can anyone point me to resources on creating a multi-platform CLI using Kotlin. Im new to the ecosystem and Im interested in realizing making a library that targets the JVM, JS, WebAssembly, and Native platforms, as well as building a native CLI that leverages this library
m
You can take a look at https://github.com/ajalt/clikt. It’s pretty handy for CLIs apps
👍 1
s
I built a native cli tool using clikt^ which you may find useful: https://github.com/sriniketh/ktools
d
Thanks, this is helpful. I find much of the kotlin multiplatform resources are focused on multi-platform from a UI standpoint and having a good example of a multi-platform CLI tool is much needed
👍 2