Hi, I have published a new version of KVision plug...
# kvision
j
Hi, I have published a new version of KVision plugin. I have submitted it to jetbrains store and it should be moderated within 2 business days. For now you can download it from my github: https://github.com/JakubNeukirch/kvision-project-wizard/releases/tag/0.2.1 Changelog for version 0.2.0: • Added spring support • Added support for frontend-only project • Added Run Configurations for backend and frontend run We have already support for creating projects with use: ktor, spring, frontend-only If you wanted to contribute, You can add support for other backend frameworks like javalin, jooby, vertx and others. To do so You must: • inherit by
TreeGenerator
• add case to
KVisionModuleBuilder.createGenerator()
• add enum to
KVisionModuleBuilder.supportedBackendLibraries
🎉 3