I am trying to create scaffolding script for creat...
# announcements
v
I am trying to create scaffolding script for creating Ktor apps from CLI (like Django, Rails, etc). Should I use Yeoman (i.e. write in JavaScript) or is there a more Kotlin-way of doing it?
j
If you’re asking what would be the best language to create the script, it doesn’t really impact much, just whichever you prefer. Kotlinc has a
-script
flag to compile and execute top level functions which is handy