NAME
rabl.pl - Rapi::Blog Utility Script
SYNOPSIS
rabl.pl [MODULE] [options]
Available Modules:
* create
DESCRIPTION
rabl.pl
is a multi-purpose utility script which comprises sub-modules that expose misc functions on the command line. rabl.pl
should be called with the first argument containing the name of the module followed by its argument list which will be passed in to the given module.
Call a module with the argument --help
to see its usage.
Module names are translated into CamelCased class named under the Rapi::Blog::Util::Rabl::*
namespace. For example, 'create'
becomes 'Rapi::Blog::Util::Rabl::Create'
.
So far, the only module which has been written is Rapi::Blog::Util::Rabl::Create which creates a new Rapi::Blog site in the supplied directory:
rabl.pl create /path/to/new-site
cd /path/to/new-site && plackup
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) 2017 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.