Is there a way to generate iml/.idea in headless mode?
Answered
So, I want to generate the project files (.iml and .idea) for different java projects in headless mode. I want to achive this, because I'd like to run some code inspections on these projects automatically (these projects are from different sources). As far as I know code inspections work only on Intellij projects, so is there a way to generate these files without using the Intellij IDEs import feature?
Please sign in to leave a comment.
Can't you use this approach: https://www.jetbrains.com/help/idea/command-line-code-inspector.html