Skip to content

lucasstarsz/fxdex

Repository files navigation

FXDex

FXDex is a project designed for easy access to information about Pokémon as they appear throughout the many mainstream Pokémon games.

Warning

This project is still in heavy development. Features can and will change at any time, until a versioning cycle is defined.

How to Run

This project can be downloaded and run in a few steps from your command line, provided you have Git installed, or another way to clone the project.

You may either download the latest release, or use the below commands to download the project files and run it from those.

# 1. Clone repository
git clone https://github.com/lucasstarsz/fxdex.git

# 2. Enter 'fxdex' folder
cd fxdex

# Run project from the 'gradlew' file (or gradlew.bat file for Windows users)
gradlew run

If you want to create an executable:

gradlew jpackage

Note

You can generate an installer for the application by changing skipInstaller from false to true, inside the jlink/jpacakge task.

Dependencies

License

This project is licensed under the Apache Commons 2.0 License.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published