rareloop / pebble-installer
Installs: 77
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/rareloop/pebble-installer
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.