Install this package globally via Composer:
composer global require rareloop/pebble-installer
You can then scaffold out a new Lumberjack/Primer/Bedrock site using:
pebble new my-site
The above command will create a folder in your current directory called my-site
which contains Bedrock with Lumberjack & Primer ready to go.
--with-trellis
: Set up the project with Trellis for deployment.--with-hatchet
: Also install the Hatchet CLI tool.