The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

skeletor - Build a new project from a prepared template

SYNOSIS

    skeletor --template Example \
      --as Local::MyApp \
      --directory ~/new_projects \
      --author 'John Napiorkowski <jjnapiork@cpan.org>' \
      --year 2015

DESCRIPTION

Script runner for App::Skeletor. See that file for more detailed docs and how to build custom skeleton project templates.

SEE ALSO

App::Skeltor

COPYRIGHT

Copyright 2015 - John Napiorkowski

AUTHOR

John Napiorkowski