This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Create the project directory | |
# This will hold both the Bedrock and Trellis installs | |
mkdir $1 | |
cd $1 && git init && cd .. | |
# Install Roots Bedrock | |
echo -e "\033[33;36m Installing Bedrock via Composer into $1/site ..."; | |
composer create-project roots/bedrock $1/site |