Skip to content

A bash script that generates basic Drupal 8.x packages & modules report in txt files.

License

Notifications You must be signed in to change notification settings

theodorosploumis/generate_drupal_report

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Generate drupal report script

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

Requirements

  • composer
  • drush
  • Drupal site with database (because need to bootstrap site)

Download and install

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

Execute

cd [MY-DRUPAL-ROOT]
drupal-report

Similar projects

License

MIT 2020

About

A bash script that generates basic Drupal 8.x packages & modules report in txt files.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages