Skip to content
Snippets Groups Projects
README.md 410 B
Newer Older
  • Learn to ignore specific revisions
  • jurgenhaas's avatar
    jurgenhaas committed
    # Usage
    
    ```
    composer create-project drupal/d8-project:dev-master DIRNAME --repository '{"type": "vcs","url": "git@gitlab.paragon-es.de:drupal/d8-project.git"}' --stability dev --no-interaction
    ```
    
    
    # Links
    
    [Using Composer to install Drupal packages through Drupal.org](https://www.drupal.org/node/2718229)
    
    # Credit
    
    [Composer template for Drupal projects](https://github.com/drupal-composer/drupal-project)