Git-PunchCard/Git-PunchCard/README

65 lines
1.9 KiB
Plaintext

Git-PunchCard
The module gathers git commit information in a manner that can be used to generated
Github style punchard graphs.
Included is a script that uses Term::ANSIColor and Text::Table to generated console
colorized information using the module.
Below is a example the output generated by the script.
00 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 Total
Sun 41 41 28 26 11 15 16 28 36 43 58 63 69 97 125 144 96 134 134 148 110 160 124 57 1804
Mon 48 38 43 18 14 5 20 34 64 116 178 155 119 140 145 187 171 123 117 121 129 163 125 98 2371
Tue 63 51 37 21 13 42 33 73 104 166 163 137 136 141 209 200 188 117 121 132 138 138 167 130 2720
Wed 76 43 42 30 29 25 22 47 139 148 166 153 110 156 177 277 225 150 105 138 148 213 133 87 2839
Thu 66 49 38 41 23 28 23 27 92 124 144 183 138 148 173 199 194 132 90 113 124 156 170 115 2590
Fri 60 38 19 20 27 14 23 53 86 133 158 118 87 165 176 178 178 128 111 70 79 100 99 93 2213
Sat 83 62 30 22 27 24 16 27 54 61 81 98 87 91 112 107 116 103 88 81 85 83 121 81 1740
Total: 16277
INSTALLATION
To install this module, run the following commands:
perl Makefile.PL
make
make test
make install
SUPPORT AND DOCUMENTATION
After installing, you can find documentation for this module with the
perldoc command.
perldoc Git::PunchCard
You can also look for information at:
RT, CPAN's request tracker (report bugs here)
https://rt.cpan.org/NoAuth/Bugs.html?Dist=Git-PunchCard
AnnoCPAN, Annotated CPAN documentation
http://annocpan.org/dist/Git-PunchCard
CPAN Ratings
https://cpanratings.perl.org/d/Git-PunchCard
Search CPAN
https://metacpan.org/release/Git-PunchCard
Primary Code Repo
https://gitea.eesdp.org/vvelox/Git-PunchCard/
LICENSE AND COPYRIGHT
This software is Copyright (c) 2019 by Zane C. Bowers-Hadley.
This is free software, licensed under:
The Artistic License 2.0 (GPL Compatible)