Kitware is happy to share the release of ParaViewPluginBuilder 0.1.
https://gitlab.kitware.com/paraview/paraview-plugin-builder/tree/master
ParaViewPluginBuilder is an open-source docker based script to facilitate the building of plugin for the binary release of ParaView. This tool is developed by Kitware SAS.
It enables you to build your own plugin for any linux binary release or binary nightly version of ParaView.
just clone the repository, cd into it and run :
./run_build_paraview releaseTag
./run_build_plugin -d /path/to/plugin/directory releaseTag
Please refer to the readme for other options. Feel free to ask if you have any question.