Hello everyone. I have a question about plugin development.
I want to achieve the same behavior as it works in angular (or maybe some another) plugins on the project creation. In general:
When I create a new project with my custom plugin and custom project builder it must run the command in terminal window to finish all the steps
So I checked that for example angular plugin creates an empty project, runs the command from build in terminal and finishes the steps, so I wanted to achieve the same approach.
I already implemented GeneratorNewProjectWizardBuilderAdapter and created all the steps but I want to understand what’s the best option for finishing this. Do I need to create some startup activity or there is a better option to run the terminal window after project creation?
Thanks ![]()