robiningelbrecht / drush-gdpr-dumper

A drop-in replacement for drush sql-dump that optionally sanitizes DB fields for better GDPR conformity.
GNU General Public License v2.0
9 stars 5 forks source link

Why is this a drupal-module and not a drupal-drush #9

Open jcnventura opened 2 years ago

jcnventura commented 2 years ago

In composer.json, this project current declares itself as a drupal-module, which doesn't make much sense. Among others, a drupal module needs to be enabled in order for drush to execute commands.

This project should become a drupal-drush type, getting installed in drush/Commands/contrib. A drush command added there will simply execute without the need to enable it in Drupal.

robiningelbrecht commented 2 years ago

Because among other things it can be configured and it dispatches events...

robiningelbrecht commented 2 years ago

@jcnventura Can I close this issue, or do you have any feedback still?