This repository contains Yokai's Drupal (Drush) make
files. Hopefully at some point replaced by composer.json
files. But due to the lack of the current support we still go with make files.
Download the wished make file, e.g. yokai-standard-drush-8.x.make
, with wget <file-url>
and run drush make <filename>
Verify .make
files with drush verify-makefile
. See Drupal.org
How patches get handled. It uses Dave Reid's Project Drush Patch File. To apply the patches download or git clone the repository into your ~/.drush
directory, or wherever your local Drush commands are stored. Check out the installation here.
$ wget https://raw.githubusercontent.com/y-o-k-a-i/drupal-make-files/master/7-x/yokai-standard.make
$ drush make yokai-standard.make -y