https://github.com/bayashi/app-vl
Makes CUI table vertical
https://github.com/bayashi/app-vl
ascii-table cli
Last synced: about 1 month ago
JSON representation
Makes CUI table vertical
- Host: GitHub
- URL: https://github.com/bayashi/app-vl
- Owner: bayashi
- License: other
- Created: 2018-08-14T21:33:17.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-27T19:48:50.000Z (over 6 years ago)
- Last Synced: 2025-02-16T07:44:08.454Z (3 months ago)
- Topics: ascii-table, cli
- Language: Perl
- Homepage:
- Size: 33.2 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.pod
- Changelog: Changes
- License: LICENSE
Awesome Lists containing this project
README
=encoding utf8
This is Perl module B.
=begin html
=end html
=head1 INSTALLATION
App::vl installation is straightforward. If your CPAN shell is set up,
you should just be able to do% cpan App::vl
Download it, unpack it, then build it as per the usual:
% perl Makefile.PL
% make && make testThen install it:
% make install
=head2 Downloading the standalone executable
You can also copy the standalone executable to whatever location you'd like.
% curl -o vl -L http://bit.ly/App-vl
% chmod +x vlNOTE: Edit shebang if you don't have /usr/bin/env
=head1 DOCUMENTATION
App::vl documentation is available as in POD. So you can do:
% perldoc App::vl
=head1 REPOSITORY
App::vl is hosted on github
L=head1 LICENSE
This module is free software; you can redistribute it and/or
modify it under the same terms as Perl itself. See L.=head1 AUTHOR
Dai Okabayashi [email protected]