#!/usr/bin/env perl
use strict;
use warnings;

use FindBin;
BEGIN { unshift @INC, "$FindBin::Bin/../lib" }

require Mojolicious::Commands;
Mojolicious::Commands->start_app('App::skryf');

__END__

=head1 NAME

skryf - blogging gateway

=head1 DESCRIPTION

This is where the magic happens.

=cut