While I currently do not have a startup script ready, you can load Candor by using the following line
java -javaagent:<candorJar> -jar <candorJar>
Currently, to create a module you will need to extend the AbstractModule class,
this wil give your class access to the module functionality.
You will also be required to add the following to your modules Manifest file:
Candor-Module-Class: <path to class extending AbstractModule>
You can view the genericmodule folder for an example.
You may also view the Sims 4 Module for a reference gradle file
you will need to add the follwoing to your run configuration:
-javaagent:<relative path to lib/jar-loader.jar>
for Example, for me it is
-javaagent:lib\jar-loader.jar