Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic example for an OMERO CLI plugin

Fork and use this repository to create custom OMERO CLI plugins.

Provides

How to use this repository / best practices

  • Fork/Clone it.
  • Rename the various files from ...template... to match your plugin name (see above), omero_cli_[PLUGIN].py, omero/plugins/[PLUGIN].py, test/integration/clitest/test_[PLUGIN].py.
  • Rename the TemplateControl class in src/omero_cli_template.py to [PLUGIN]Control.
  • Add your plugin implementation to the [PLUGIN]Control.
  • Make sure your plugin is registered with the CLI with the right name, i. e. replace all occurrences of register("template", ...) with register("[PLUGIN]", ...)

Further reading

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages