Sebastian Riedel > Mojo > Mojo::Manual::Cookbook

Download:
Mojo-0.9002.tar.gz

Annotate this POD

CPAN RT

Open  0
Report a bug
Source  

NAME ^

Mojo::Manual::Cookbook - Cooking With Mojo

RECIPES ^

Starting a new project

You can just use the mojo program to generate a fresh directory structure and get started in no time with your project.

    mojo generate app PetStore

If you want to use the Mojolicious MVC web framework the command changes only slightly.

    mojolicious generate app PetStore