savu_plugin_generator

Generate three plugin files: a plugin file, a plugin tools file and a plugin guide file. These files will be stored inside the Savu directory and the file paths will be printed to the screen.

usage: savu_plugin_generator [-h] [-q] [-d] plugin_name

Positional Arguments

plugin_name
Plugin name to create file.

If you would like to create a plugin in a sub-folder of the ‘savu/plugins’ folder, e.g ‘savu/plugins/corrections’, please add the sub-folder name like this ‘corrections/plugin_name’.

Named Arguments

-q, --quick

Create a short template version

Default: “False”

-d, --delete

Delete the plugin file and its tools and documentation files.

Default: “False”