Templates

Drupal 8

Core

CR: Composer project templates introduced in Drupal core

composer -n create-project drupal/recommended-project:^8.8@dev my-project

To update only Drupal core without any modules or themes, use:

composer update drupal/core-recommended --with-dependencies

Conrib

GIT workflows