download and enable modules in one command with drush
In the past I have always used two commands to download and enable a module.
drush dl MODULE
drush en MODULERecently I realized that since drush en will download module dependencies when enabling the module it would also download the primary module.
So just run
drush en -y MODULEIt will download and enable MODULE and any of its dependencies.
Written by Josh Beauregard
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
 #Drush 
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#

 
 
 
