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

NAME

Catalyst::Helper::Model::HTML::FormFu - Helper to deploy HTML::FormFu template files.

SYNOPSIS

    script/myapp_create.pl model YouModelName HTML::FormFu [dirname]

DESCRIPTION

Uses HTML::FormFu::Deploy to copy HTML::FormFu template files into a Catalyst application's root/formfu directory.

To change the destination directory, pass it as an extra directory. It will be created with the root directory

The following example would deploy the template files into directory root/forms.

    script/myapp_create.pl model YourModelName HTML::FormFu forms

METHODS

mk_compclass

SEE ALSO

HTML::FormFu, Catalyst::Helper

AUTHOR

Daisuke Maki daisuke@endeworks.jp

LICENSE

This library is free software . You can redistribute it and/or modify it under the same terms as perl itself.