-
- Distribution: Minilla
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository (git clone)
- Issues (29)
- Testers
- Kwalitee
- 37.73% Coverage
- License: perl_5
- Perl: v5.10.1
- Activity
- 24 month
- Tools
- Download (88.49Kb) 0
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
and 45 contributors
- Tokuhiro Matsuno
- Alex Kapranoff
- Daisuke Maki
-
Daisuke Murase
- Dan Book
-
Fitz Elliott
-
Fuji, Goro
- GeJ
-
Graham Knop
-
Helmut Wollmersdorfer
-
Hiroyuki Akabane
- ITO Nobuaki
-
Jiro Nishiguchi
- Jose Luis Perez Diez
- Jörg Forstreuter
- Keiji, Yoshimi
-
Kenichi Ishigaki
-
Klaus Eichner
- Manni Heumann
-
Masahiro Nagano
-
Nathaniel Nutter
- Oleg Gashev
- Peter Oliver
-
Pine Mizune
- Ryo Okamoto
-
Songmu
- Syohei YOSHIDA
-
TAGOMORI Satoshi
-
Takumi Akiyama
-
Tatsuhiko Miyagawa
- Yuji Shimada
- Zak B. Elep
-
aereal
- amarnus
- hideo55
- iwata-motonori
-
karupanerura
- kazhiramatsu
- keita.iseki
-
mattn
-
moznion
- sago35
- tokuhirom
- vti
- ysasaki
- Dependencies
- App::cpanminus
- Archive::Tar
- Config::Identity
- CPAN::Meta
- Data::Section::Simple
- ExtUtils::Manifest
- File::pushd
- File::Which
- Getopt::Long
- Module::CPANfile
- Module::Metadata
- Module::Runtime
- Moo
- parent
- Pod::Markdown
- TAP::Harness::Env
- Term::ANSIColor
- Text::MicroTemplate
- Time::Piece
- TOML
- Try::Tiny
- URI
- version
- CPAN Testers List
- Reverse dependencies
- Dependency graph
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
Module Install Instructions
To install Minilla::CLI::New, simply copy and paste either of the commands in to your terminal
cpanm Minilla::CLI::New
perl -MCPAN -e shell install Minilla::CLI::New
For more information on module installation please visit the detailed CPAN module installation guide.