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

NAME

Contenticious::Generator - generates contenticious boilerplate

SYNOPSIS

    use Contenticious::Generator;
    my $generator = Contenticious::Generator->new;
    $generator->init;

DESCRIPTION

The generator builds a basic file-system structure for Contenticious

ATTRIBUTES

Contenticious::Generator inherits all Mojolicious::Command attributes and implements the following new ones:

None.

METHODS

Contenticious::Generator inherits all Mojolicious::Command methods and implements the following new ones:

generate_config_file

Generates config.

generate_web_app

Generates webapp.pl.

generate_example_pages

Generates pages.

generate_public_directory

Generates public.

init

Generates everything from above.

SEE ALSO

Contenticious