Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Recaf-Plugins/Recaf-2x-plugin-workspace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Recaf plugin workspace

This is a sample maven workspace for creating plugins for Recaf 2.X.

Plugin documentation

The official documentation can be found here: Recaf Docs:Plugins.

The source and javadoc artifacts are also available and can be fetched in your IDE workspace.

Building & modification

Once you've downloaded or cloned the repository, you can compile with mvn clean package. This will generate the file target/plugin-{VERSION}.jar. To add your plugin to Recaf:

  1. Navigate to the plugins folder.
    • Windows: %APPDATA%/Recaf/plugins
    • Linux: $HOME/Recaf/plugins
  2. Copy your plugin jar into this folder
  3. Run Recaf to verify your plugin loads.