Tool instance
A Beemo Tool
instance is a representation of the current running process. It provides loaded
configuration, driver and script plugins, utility methods, and more.
#
ConfigurationThe loaded consumer configuration can be found under the config
property.
While the package
property is the loaded consumer package.json
.
#
PluginsDrivers and scripts are managed on the Tool
instance through a registry based pattern, and can be
accessed with driverRegistry
and scriptRegistry
respectively.