Rapid (and easy!) creation of command line applications
App::Rad aims to be a simple yet powerful framework for developing your command-line applications. It can easily transform your Perl one-liners into reusable subroutines than can be called directly by the user of your program. It also tries to provide a handy interface for your common command-line tasks.
App::Rad aims to be a simple yet powerful framework for developing your command-line applications. It can easily transform your Perl one-liners into reusable subroutines than can be called directly by the user of your program. It also tries to provide a handy interface for your common command-line tasks.
To install p5.32-app-rad, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install p5.32-app-rad
To see what files were installed by p5.32-app-rad, run:
port contents p5.32-app-rad
To later upgrade p5.32-app-rad, run:
sudo port selfupdate && sudo port upgrade p5.32-app-rad
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.