
Contenticious::Commands - commands used by the contenticious script

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

The application logic behind the contenticious script

appThe web app to use.

dumpGenerate static HTML files from the web app
