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

NAME

Rapi - Namespace for RapidApp-based apps

DESCRIPTION

This is the designated namespace for applications which are based on RapidApp and will be distributed via CPAN. The idea is that these applications will support their own bootstrap functionality (like rapidapp.pl, but be specific to the given app).

The plan is to create a rapi.pl to call into this bootstrap API, such as:

 # Create.bootstrap a new Rapi::CMS app named My::CmsApp:
 rapi.pl CMS My::CmsApp

Note that this doesn't exist yet...

SEE ALSO

SUPPORT

IRC:

    Join #rapidapp on irc.perl.org.

AUTHOR

Henry Van Styn <vanstyn@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2013 by IntelliTree Solutions llc.

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