libmoosex-app-perl

Helper for user-friendly perl/moose command line apps
  https://metacpan.org/release/MooseX-App
  0
  no reviews



Moosex::app is a highly customizeable helper to write user-friendly command line applications without having to worry about most of the annoying things usually involved. just take any existing moose class, add a single line (use moosex-app qw(plugina pluginb ...);) and create one class for each command in an underlying namespace.