ArloL / gitfx

A simple git client with Java 11+, JavaFX 15+ and GraalVM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gitfx

A simple git client with Java 11+, JavaFX 15+ and GraalVM.

Quick Instructions

Run the application using:

mvn javafx:run

Build a native image using:

mvn gluonfx:build

Run the native image app:

mvn gluonfx:run

About

A simple git client with Java 11+, JavaFX 15+ and GraalVM

License:MIT License


Languages

Language:Java 87.1%Language:Shell 12.9%