ktorio / ktor-init-tools

ktor project generator web page and IDEA plugin
https://start.ktor.io
Other
40 stars 20 forks source link

ktor-init-tools

A set of tools for creating Ktor projects.

This includes:

The code generation features:

Project Generation Website

The website is generated in the /docs folder as plain static files. You can serve it locally with any webserver like hs docs/. Once pushed, it will be available in its domain via github's pages.

You can compile it continuously on change with the following command:

./gradlew -t :ktor-generator-website:buildAndCopy

IntelliJ plugin

To run an IDE with the plugin for development:

./gradlew :ktor-intellij-plugin:runIde