Commandline applications in a breeze
Commandline applications in a breeze
By Maroš Kollár (maros) aus Vienna.pm, Bicycle.pm
Datum: Freitag November 16, 2012 14:20
Dauer: 20 Minuten
Language: Deutsch
Tags: commandline moose
Writing command-line applications if often tedious. This does not need to be like this. With the right tools at hand writing command line applications, or adding a command line interface to an existing application or CPAN module is easy and often just a matter of adding a couple lines of code.
In this talk I will
* tell you why adding a cli (command-line interface) to a CPAN module is a good idea
* introduce some techniques that are already out there
* show you my new command-line helper module - MooseX-App