Skip to content

adam-stokes/Skryf

Repository files navigation

DESCRIPTION

easy does it web application development.

PREREQS

Perl 5.18+ and Mongo 2.6+.

INSTALL

$ cpanm git@github.com:skryf/Skryf.git
$ skryf new [NAME]
$ cd [NAME]
$ morbo app.pl

METHODS

Skryf inherits all methods from Mojolicious and overloads the following:

startup

This is your main hook into the application, it will be called at application startup. Meant to be overloaded in a subclass.

AUTHOR

Adam Stokes adamjs@cpan.org