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::Generator - generates contenticious boilerplate

SYNOPSIS

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

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:

share_directory

The directory to read files from.

files

A list of files the Generator tries to generate.

METHODS

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

generate

Generates builds a basic file-system structure for Contenticious.

generate_file

Generates a single file if it is known to Contenticious.

SEE ALSO

Contenticious