szabgab / CPAN-Digger

CPAN Digger to analyze CPAN modules and other Perl-based applications
https://cpan-digger.perlmaven.com/
7 stars 3 forks source link

CPAN Digger

Overview

Install development environment

cpanm --installdeps .

Development

To collect some data from MetaCPAN and GitHub run:

perl -I lib bin/cpan-digger --recent 5

Run this to collect the data and generate the pages just as in GitHub Action does:

./generate.sh

or look in the file and run part of the commands.

In order to view this, install

cpanm App::HTTPThis

and then run

http_this _site/

Command line report for the Perl Weekly

See the command here: https://github.com/szabgab/perlweekly/blob/master/bin/metacpan.pl

Steps

Meta Data from MetaCPAN

One-time:

Cron job:

Steps

Using Docker

The following command will build the Docker image and run the data collection process inside a Docker container

./docker.sh

Old TODO items extracted from the HTML file