desmondmorris/drush-distro

A Drupal distribution scaffold generator

Installs: 29

Dependents: 0

Suggesters: 0

Security: 0

Stars: 5

Watchers: 1

Forks: 0

Open Issues: 2

pkg:composer/desmondmorris/drush-distro

1.0.2 2013-10-18 15:22 UTC

This package is not auto-updated.

Last update: 2025-10-07 07:05:55 UTC


README

wercker status

A Drush command for scaffolding custom Drupal distributions

Requirements

Install with Composer

Composer is a dependency manager for PHP, and Packagist is the main Composer repository. Distro can be found on Packagist as desmondmorris/drush-distro

The easiest way to install Composer for *nix (including Mac):

curl -sS https://getcomposer.org/installer | php
mv composer.phar /usr/local/bin/composer

More detailed installation instructions for multiple platforms can be found in the Composer Documentation.

Normal installation

# Download Distro.
composer create-project desmondmorris/drush-distro $HOME/.drush/distro -s dev --no-dev -n
# Clear Drush's cache.
drush cc drush

Updating Distro

composer update --no-dev --working-dir $HOME/.drush/distro

Usage

drush distro mynewdistro