Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

theodorosploumis/generate_drupal_report

Open more actions menu

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

Morty Proxy This is a proxified and sanitized view of the page, visit original site.