Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/manchicken/perl-app-cli-extension
perl command line interface framework
https://github.com/manchicken/perl-app-cli-extension
Last synced: 18 days 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 (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-16T14:55:47.000Z (almost 10 years ago)
- Last Synced: 2023-03-24T10:57:48.751Z (almost 2 years ago)
- Language: Perl
- Homepage: http://search.cpan.org/~holly/App-CLI-Extension/
- Size: 181 KB
- Stars: 0
- Watchers: 1
- 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