NAME
startup-monorail - Configure monorail for your project
SYNOPSIS
startup-monorail [options]
Options:
--schema-class The classname for your DBIx::Class schema. Required.
--schema-dsn The DBI dsn passed to the connect method. Required.
--scriptname The name of the script to be generated. Optional.
--basedir The name of the directory were the migrations live. Optional.
--connect-method The method name used to connect the schema. Optional.
--include One or more dirs to add to @INC. Optional.
--include-relative One or more relative paths to add to @INC. Optional.
--perl The perl executable which is to run the monorail script. Optional.
OPTIONS
DESCRIPTION
startup-monorail tries to generate a monorail script for use with your DBIx::Class based project. It is early alpha code, and the resulting script will likely require manual tweaks.