NAME
Mojolicious::Plugin::Obrazi - Mojolicious Plugin
SYNOPSIS
# Mojolicious
$self->plugin('Obrazi');
# Mojolicious::Lite
plugin 'Obrazi';
DESCRIPTION
Mojolicious::Plugin::Obrazi is a Mojolicious plugin. It consists of a command that generates html for an images gallery and a not yet wirtten helper which produces HTML from a CSV file found in a directory containing images. While the command is functional already the plugin is empty. This is a yet early release. Todo: write the helper; prepare a demo page.
METHODS
Mojolicious::Plugin::Obrazi inherits all methods from Mojolicious::Plugin and implements the following new ones.
register
$plugin->register(Mojolicious->new);
Register plugin in Mojolicious application.
NOTES
This plugin requires Perl 5.26+ and Mojolicious 9.17+.
SEE ALSO
Mojolicious::Command::Author::generate::obrazi, Mojolicious, Mojolicious::Guides, Slovo, https://mojolicious.org.