
Dist::Zilla::Plugin::Git::Init - initialize git repository on dzil new

version 1.120370

In your profile.ini:
[Git::Init]
commit_message = initial commit ; this is the default
remote = origin git@github.com:USERNAME/%{lc}N.git ; no default
config = user.email USERID@cpan.org ; there is no default

This plugin initializes a git repository when a new distribution is created with dzil new.
The plugin accepts the following options:
initial commit.OPTION VALUE. This may be specified multiple times to add multiple entries.NAME URL. This may be specified multiple times to add multiple remotes.You can use the following codes in commit_message, config, or remote:
%nA newline.
%NThe distribution name. You can also use %{lc}N or %{uc}N to get the name in lower case or upper case, respectively.

Jerome Quelin

This software is copyright (c) 2009 by Jerome Quelin.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.