Script to rename a Drupal module.
curl -SsL https://github.com/AlexSkrypnyk/drupal-module-renamer/raw/main/drupal-module-renamer.sh > drupal-module-renamer.sh
bash drupal-module-renamer.sh /path/to/dir "old_name" "old_prefix" "new_name" "new_prefix"
Repository created using https://getscaffold.dev/ project scaffold template