Intellij plugin has a project creation wizard -> https://www.jetbrains.org/intellij/sdk/docs/reference_guide/project_wizard.html Use this feature to create an app representation.
- If possible add unit tests - If needed add developer docs to help maintain it in the future.
Updated method: project Project wizard way works for Intelij IDEA but it its functionality is limitted limited in other Intelij IDEs . The new way of interactive IDE mobile create client: - upon opening IDE (new/import project, open existing project etc.) plugin will scan existing project files. - if {{.aerogear}} is not found - in a pop-up offer to create the client app or tick a box to dismiss this pop up in future - allow creating client in the side panel |
|