desmondmorris/drush-distro
Composer 安装命令:
composer require desmondmorris/drush-distro
包简介
A Drupal distribution scaffold generator
README 文档
README
A Drush command for scaffolding custom Drupal distributions
Requirements
- Drush 5.1 or higher - https://github.com/drush-ops/drush
- PHP 5.3.3 or higher with cURL
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
统计信息
- 总下载量: 29
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 5
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2013-10-18