The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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