Icebreaker Project
Icebreaker is a minimalistic approach developed by Isovera for setting up a Drupal 8 project. This work
was inspired by the Drupal project., (*1)
Usage
Create an Icebreaker project
composer create-project isovera/icebreaker:dev-master MY_PROJECT
For available options, see the composer documentation for the create-project
command., (*2)
To complete, Icebreaker will prompt you with the following questions:, (*3)
Cleanup Icebreaker repository
Downloading (100%)Do you want to remove the existing VCS (.git, .svn..) history? [Y,n]?
This removes the icebreaker git repository from the project. Press enter key to accept the default, 'Y'., (*4)
Project Type
Press enter key or 0 to accept the standard installation of contrib modules., (*5)
Project Type [default]:
[0] default
[1] commerce
The composer.json for each project type can be found in scripts/composer/templates/
., (*6)
Download contrib modules
Next, change the working directory and execute the composer-update
command., (*7)
cd MY_PROJECT
composer update