A bash script that generates basic Drupal 8.x packages and modules report in txt files. I use this for Maintenance & Updates Reports for Drupal sites.
It generates only 2 txt files:
(prefix)_drupal_modules.txt
(prefix)_php_packages.txt
- composer
- drush
- Drupal site with database (because need to bootstrap site)
wget https://raw.githubusercontent.com/theodorosploumis/generate_drupal_report/master/generate_drupal_report.sh \
--no-check-certificate && chmod +x generate_drupal_report.sh && \
mv -f generate_drupal_report.sh /usr/local/bin/drupal-report
cd [MY-DRUPAL-ROOT]
drupal-report