Skip to content

edvin/tornadofx-quickstart-archetype

Folders and files

NameName
Last commit message
Last commit date

Latest commit

927b71b · Mar 6, 2019

History

58 Commits
Mar 6, 2019
Mar 5, 2016
Aug 19, 2018
Aug 19, 2018

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.