NAME
    Dist::Zilla::MintingProfile::Author::Caelum - Basic Minting Profile for
    @AVAR

SYNOPSIS
        dzil setup

        git config --global push.default simple # if you have git >= 1.8

        git config --global github.user GitHubLoginName
        git config --global github.password GitHubPassword

        dzil new -P Author::Caelum Your::Dist::Name

        cd Your-Dist-Name

        # edit stuff and commit

        git push origin master -u # only for git < 1.8

        dzil release

DESCRIPTION
    This is a general purpose minting profile for
    Dist::Zilla::PluginBundle::AVAR.

    It will set up a git repo for you with some boilerplate and prompt you
    if you want to create a new GitHub repo for it.

SEE ALSO
    *   Dist::Zilla::PluginBundle::AVAR

    *   Dist::Zilla::Plugin::GitHub::Create

AUTHOR
    Rafael Kitover <rkitover@cpan.org>