Skip to content

edvin/tornadofx-quickstart-archetype

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages