In dotnet I have a bunch of templates in dotnet new <template>, but how to do the same thing in kotlin?
Something like this
kotlin new kotlinNativeConsole
Which will create new native kotlin console application like single print("hello world!")
P.S(I know about intellij idea and it's templates, but I refuse to use because it simply not works on my machine and I always prefer command line)
