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

NAME

App::Scaffolder::Command::html - Scaffold a basic HTML file

VERSION

version 0.001000

SYNOPSIS

        # Create a simple HTML5 file:
        $ scaffolder html --template html5 --name index --title "My Document"

        # Create a simple XHTML file:
        $ scaffolder html --template xhtml10strict --name index --title "My Document"

DESCRIPTION

App::Scaffolder::Command::html scaffolds HTML files. By default, it provides two simple templates:

  • html5: Create a HTML5 document.

  • xhtml10strict: Create a XHTML 1.0 strict document.

METHODS

get_variables

Specialized get_variables version which returns the name of the output file and the title for the document.

get_dist_name

Return the name of the dist this command is in.

get_options

Return additional options for this command.

SEE ALSO

AUTHOR

Manfred Stock <mstock@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2014 by Manfred Stock.

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