jbang-idea
jbang-idea copied to clipboard
JBang Project Wizard
Create JBang app from Project Wizard.
Features:
- Create JBang project from user defined template
- Setup IDEA project automatically
https://plugins.jetbrains.com/docs/intellij/project-wizard.html
This would use the same as used in create script but use it to create a project not just add files to existing project ?
Yes, create a new project from JBang template.
Reuse JavaModuleBuilder, and developers can choose Groovy, Kotlin languages, then the plugin create script file according developers' choice, for example Hello.java, Hello.groovy or Hello.kt
Shouldn't it show/allow jbang templates ?
I will implement this feature later because of custom UI builder.
Reuse JavaModuleBuilder, and developers can choose Groovy, Kotlin languages, then the plugin create script file according developers' choice, for example Hello.java, Hello.groovy or Hello.kt
![]()
I know the plugin has a cool create new JBang script window, but will the template selector implemented in the Module creation wizard too? https://github.com/jbangdev/jbang-idea/issues/43
@nandorholozsnyak IntelliJ IDEA 2022.1 has different UI and I will take a look and make a good design.

I installed the plugin on IJ 2021.3, and saw I could create a JBang project, but after updating to 2022.1.2, I no longer see the possibility of creating a JBang project.
@fbricon Yes, IntelliJ IDEA project wizard UI has been changed, and I will use new API for wizard UI.
closing as no progress afaik and also don't really think jbang scripts/apps fits into intellij project wizard as is atm.