Labs Drupal : module and custom theme centralization
List of modules and custom themes for Drupal 11
- drush_command
# Install modules
drush en labs-drupalList of modules :
Create Custom Drush Commands in Drupal
Custom Drush command
# Install the module 'drush_command'
drush en custom_commands
# Run the command
drush custom_commands:text --uppercase 'Maxime'
drush custom_commands:text --lowercase 'Maxime'