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