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

Minilla::CLI::New - Generate new module skeleton

SYNOPSIS

# Create new app using Module::Build::Tiny(default)
% minil new MyApp

# Create new app using XS
% minil new -p XS MyApp

DESCRIPTION

This module creates module skeleton to current directory.

OPTIONS