The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Contenticious::Commands - commands used by the contenticious script

SYNOPSIS

    use Contenticious::Commands;
    my $cc = Contenticious::Commands->new(app => $app);
    $cc->dump;

DESCRIPTION

The application logic behind the contenticious script

ATTRIBUTES

app

The web app to use.

METHODS

dump

Generate static HTML files from the web app

SEE ALSO

Contenticious