Changes for version 0.000003 - 2020-10-01

  • [incompatible change] Replace %Plugins with @Plugin_Instances, and 'plugins' stash key with 'plugin_instances'.

Documentation

Parse command-line options using Getopt::Long (demos modifying plugin)
Parse command-line options using simple heuristics (demos debugging by dumping stash)
The minimalistic ScriptX-based script that does nothing (demos viewing logs, loading plugins, putting plugin handler at another event, putting multiple handlers)
Run a code
Run a command
Run a code

Modules

A plugin-based script framework
Base class for ScriptX plugin
Prevent the loading (activation) of other plugins
exit() early
Parse command-line options using Getop::Long
Parse command-line options in a simple, spec-less way
Modify the loading (activation) of another plugin
A plugin that does nothing, for testing
Run something (code, command) in the 'run' event