-
Download or clone the PluginWizard repository.
git clone https://github.com/electric-cloud/PluginWizard.git
-
Copy to a new directory, say 'MyPlugin'.
cp -r PluginWizard MyPlugin
-
Remove Git files from 'MyPlugin'.
rm -rf MyPlugin/.git*
-
Assign a version number to your plugin, e.g., 1.0.0. Edit META-INF/plugin.xml (key, version, label) with the name and version of your plugin.
-
Setup the directory structure for your procedures as described here.
-
Finally, zip up the files to create the plugin zip file.
cd MyPlugin zip -r MyPlugin.zip ./*
-
Import the plugin zip file into your ElectricFlow server and promote it.
Your plugin procedure is now available for use!
See https://github.com/electric-cloud/PluginWizard/wiki for details.