Is there any API to create project in Intellij IDEA programmatically?
Hello everyone! :)
My use case for question is following: I want to make a simple Java-based Linux service which will clone Git repository on my PC and I would like to make my IDEA to register cloned repository and make project for it.
In other words, I would like to know if there any way to work with New Project Wizard in IDEA from another app.
Thank you in advance.
Please sign in to leave a comment.