Skip to content

pavelsr/app_cmd_demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

app_cmd_demo

Demo of App::Cmd module usage

Local running

$ git clone [email protected]:pavelsr/app_cmd_demo.git
$ cd app_cmd_demo
$ perl -Ilib bin/foo                # "foo" command help
$ perl -Ilib bin/foo bar            # "foo bar" command execute, print hello world
$ perl -Ilib bin/foo bar --help     # help of "foo bar" command

You can install this demo as system-wide foo command using Dist::Zilla, just create dist.ini file

Releases

No releases published

Packages

No packages published

Languages