blob: 933034a9fec8fc93905d65061e524ef2c505b208 [file] [log] [blame]
Create a plugin
Usage: plugman create PARAMETER... [OPTION]...
Parameters:
--name <pluginName> The name of the plugin
--plugin_id <pluginID> An ID for the plugin, ex: org.bar.foo
--plugin_version <version> A version for the plugin, ex: 0.0.1
Options:
--path <directory> An absolute or relative path for the directory
where the plugin project will be created
--variable NAME=VALUE Extra variables such as description or Author