Last active
October 13, 2015 01:28
-
-
Save chipcullen/4118091 to your computer and use it in GitHub Desktop.
My Drush DL & Enable command - grabs a bunch of standard modules quickly. I include: - views
- ctools
- context
- date
- fences
- pathauto
- token
- views_bulk_operations
- CKEditor
- block_class
- backup_migrate
- admin_menu
- module_filter
- magic
- features
- strongarm
- diff
- features_extra
- menu_block
- menu_attributes **If you work in mo…
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
drush dl views ctools context date magic html5_tools blockify fences pathauto token views_bulk_operations ckeditor block_class backup_migrate admin_menu module_filter features strongarm diff features_extra menu_block menu_attributes && drush en -y views ctools context date magic html5_tools fences pathauto token views_bulk_operations ckeditor block_class backup_migrate admin_menu module_filter features strongarm diff features_extra menu_block menu_attributes |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment