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

NAME

Mojolicious::Command::export - Export a Mojolicious website to static files

VERSION

version 0.001

SYNOPSIS

  Usage: APPLICATION export [OPTIONS] [PAGES]

    ./myapp.pl export
    ./myapp.pl export /perldoc --to /var/www/html

  Options:
    -h, --help        Show this summary of available options
        --to          Path to store the static pages. Defaults to '.'.
    -q, --quiet       Silence report of dirs/files modified

DESCRIPTION

Export a Mojolicious webapp to static files.

SEE ALSO

Mojolicious, Mojolicious::Commands

AUTHOR

Doug Bell <preaction@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2018 by Doug Bell.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.