Awesome
TornadoFX Maven Quick Start Archetype
Creates a simple TornadoFX project to get you started quickly.
Generate a new project
mvn archetype:generate -DarchetypeGroupId=no.tornado \
-DarchetypeArtifactId=tornadofx-quickstart-archetype \
-DarchetypeVersion=1.7.17
Run the application
mvn jfx:run
Gradle support
After you have created your project skeleton, you can convert it to a Gradle project:
gradle init
This will build the jar, you might still want to customize the build process for JavaFX deployment.
Deployment
If you need installer and/or auto update capabilities for your TornadoFX app, check out FXLauncher for more information.