The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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