9b09a606f544fbef83aa65722449a3cb633d799c
[yaffs-website] / vendor / drupal / console-core / config / chain / site-new.yml
1 # How to use
2 # site:new --directory=/path/to/drupal-project/
3 # site:new --repository=acquia/lightning-project --directory=/path/to/drupal-project/
4 command:
5   name: site:new
6   description: 'Download a new Drupal project'
7 vars:
8   repository:
9     - drupal-composer/drupal-project:8.x-dev
10     - acquia/lightning-project
11     - acquia/reservoir-project
12 commands:
13   # Create Drupal project using Composer
14   - command: exec
15     arguments:
16       bin: composer create-project {{repository}} {{directory}} --prefer-dist --no-progress --no-interaction