DEV Community

Robert Jaros
Robert Jaros

Posted on

Kilua Project Wizard for IntelliJ IDEA

I have published a new, free plugin for IntelliJ IDEA - a project wizard for my Kilua framework.

The plugin allows you to easily start new web project with Kilua and Kotlin. You can choose a number of different options:

  • a project type - frontend or fullstack with one of five different servers, including Ktor, Spring Boot, Javalin, Jooby and Vert.x
  • web targets - K/JS, K/Wasm or both
  • a number of optional modules, including Bootstrap and TailwindCSS
  • whether to generate SSR (Server-Side Rendering) code
  • whether to generate test sources
  • internationalization code with gettext plugin and sample *.po translations.

The plugin is open source and written in Kotlin - you can check the sources in the GitHub repository.

This is an initial release, there might be some bugs - any feedback is appreciated!

Top comments (0)