Starting from a existing workflow, you can generate a CLIJx / Fiji plugin without the need to code anything.
It generates a .jar file which you can ship to collaborators and ask them to install it into the /plugins/
directory of their Fiji installation.
If you're about to generate Fiji plugins for the first time, please follow the installation instructions here first.
After entering some parameters, such as plugin name, description, author and maven/java/git installation folders, a template is downloaded from here.
Afterwards, some placeholders in this ImageJ/Fiji/CLIJ maven project are replaced before it is compiled and the resulting .jar file is installed to your Fijis /plugins/
folder.
Back to CLIJx-Assistant