ktor

Generate Ktor server projects through the command-line interface

brewmacoslinux
Try with needOr install directly
Source

About

Generates Ktor projects through the command-line interface

Commands

ktor

Examples

Create a new Ktor project interactively$ ktor create
Generate a Ktor project with specific plugins$ ktor create --plugin routing --plugin serialization
List available Ktor plugins and templates$ ktor list