https://github.com/manchicken/perl-app-cli-extension
perl command line interface framework
https://github.com/manchicken/perl-app-cli-extension
Last synced: 2 months ago
JSON representation
perl command line interface framework
- Host: GitHub
- URL: https://github.com/manchicken/perl-app-cli-extension
- Owner: manchicken
- Created: 2015-01-05T21:14:29.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-16T14:55:47.000Z (over 10 years ago)
- Last Synced: 2025-02-12T17:17:55.241Z (4 months ago)
- Language: Perl
- Homepage: http://search.cpan.org/~holly/App-CLI-Extension/
- Size: 181 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
This is Perl module App-CLI-Extension.
INSTALLATION
App-CLI-Extension installation is straightforward. If your CPAN shell is set up,
you should just be able to do% cpan App-CLI-Extension
Download it, unpack it, then build it as per the usual:
% perl Makefile.PL
% make && make testThen install it:
% make install
DOCUMENTATION
App-CLI-Extension documentation is available as in POD. So you can do:
% perldoc App-CLI-Extension
to read the documentation online with your favorite pager.
Akira Horimoto