How Tos
Before exploring how to create your own package, module, or tool, you need to have a properly configured development environment for Snooz. See Developer Installation for more details.
Ensure that you have created your repository (e.g., my_snooz_repo) to manage your packages. See Run Snooz from the source code for more details.
It is assumed that you have already explored Snooz and have an understanding of its structure. See Explore examples for more details.
- How Tos - Package
- How Tos - Module
- Before creating your own module
- How to create a module
- How to update a module
- How to design the settings tab
- How to design the results tab
- How to show information in the log tab
- How to add an option to a module
- How to change the state of a module
- How to add a resource to a module
- How to handle exceptions
- How to run a process over multiple files
- More information about the modules
- More information about the tools
- More information about the packages
- How Tos - Tool