Vanilla Starter
Start clean with the recommended project structure
Initiates a project with the default and recommended folder structure.
Releases
1.3.0
- Upgraded to the new version of Gradle plugin.
Compatibility:
- 6.12
1.2.0
- Updated to work with Enonic XP 6.12.0. Previous versions will stop working after 6.11.x
Compatibility:
- 6.7.0
1.1.0
- Added a default app icon and app description file. (These will only work for version 6.7.0 or newer)
Compatibility:
- 6.7.0
1.0.0
- Initial release
Compatibility:
- 6.4.0
Clone Vanilla Starter
To initialize a new project based on Vanilla Starter, execute the command below. Remember to replace <com.company.myapp> with a unique name for your app, and </my/projects> with the location you want to store the project. <$XP_INSTALL> is the location of your XP installation.
OSX/Linux
Windows
The init-project tool initializes a new application project structure by retrieving a Git repository, removing all references to the Git repository, and adapting its build file properties (gradle.properties).
Comments