NAME
Dancer::Plugin::Articulate - use Articulate in your Dancer App
SYNOPSIS
use Dancer;
use Dancer::Plugin::Articulate;
my $app = articulate_app;
$app->enable;
dance;
# in config.yml
plugins:
Articulate:
components:
framework: Articulate::FrameworkAdapter::Dancer1
# Other Articulate config goes here
Creates an instance of Articulate using your Dancer config, and enables the app, declaring routes, etc. See Articulate for how to configure and use it, and Articulate::FrameworkAdapter::Dancer1 for details of the integration between Dancer1 and Articulate.
SEE ALSO
BUGS
Bugs should be reported to the github issue tracker. Pull Requests welcome!
COPYRIGHT
Articulate is Copyright 2014-2015 Daniel Perrett. You are free to use it subject to the same terms as perl: see the LICENSE file included in this distribution for what this means.