NAME
App::Wubot::WubotX - WubotX extensions manager
VERSION
version 0.5.0
SYNOPSIS
use App::Wubot::WubotX;
my $wubotx = App::Wubot::WubotX->new();
$wubotx->get_plugins();
DESCRIPTION
This library should be used by any tools that use one or more WubotX extensions. This is still in an early phase of development.
SUBROUTINES/METHODS
- $obj->get_plugins()
-
Search for all plugin directories in ~/wubot/WubotX. All directories that are found are added to @INC.
- $obj->get_webui()
-
Loads the webui.yaml files from the various plugin directories.
- $obj->link_templates()
-
Find templates in the plugin directory, and symlink them into the Mojolicious 'templates' directory.