table of contents
| Minilla::CLI::New(3pm) | User Contributed Perl Documentation | Minilla::CLI::New(3pm) |
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¶
| 2025-04-13 | perl v5.40.1 |