Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 987 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 987 Bytes

TornadoFX Maven Quick Start Archetype

Maven Central

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.