rareloop / pebble-installer
There is no license information available for the latest version (v3.0.0) of this package.
v3.0.0
2020-10-23 11:27 UTC
Requires
- rareloop/lumberjack-bedrock-installer: ^2.0.0
- symfony/console: ^5.0
- symfony/process: ^5.0
README
Usage
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.
Options
--with-trellis
: Set up the project with Trellis for deployment.--with-hatchet
: Also install the Hatchet CLI tool.