drupalcommerce / project-base

Provides a Composer template for a new Commerce 2.x project
GNU General Public License v2.0
54 stars 28 forks source link

Remove Drush #2

Closed bojanz closed 8 years ago

bojanz commented 8 years ago

https://github.com/composer/composer/pull/4961#issuecomment-189000045 shows that the current version of the template resolves to about 107 packages. If --prefer-source is used, that's 107 (slow) git clones.

Now, Composer is working on speeding that up, but we should trim the fat on our side. We are currently shipping with two CLIs, Drush and Drupal Console. We use Drupal Console in our docs, Drush is unused. So let's remove it to speed up the initial install. People who want it can add it to their composer.json (or they might already use a globally installed one).

bojanz commented 8 years ago

Done.