The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

App::Spec::Bash - Use Perl to generate advanced bash apps

SYNOPSIS

    # Generate skeleton for new app
    appspec-bash new --class MyTool --name mytool

DESCRIPTION

This app can create advanced bash scripts by generating bash code from a specification written in YAML. The specification is the same that App::Spec uses.

This is the first release. Be prepared for API changes. Sorry!

See the documentation for the appspec-bash commandline tool.

SEE ALSO

App::Spec

COPYRIGHT AND LICENSE

Copyright 2019 by Tina Müller

This library is free software and may be distributed under the same terms as perl itself.