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

This package is auto-updated.

Last update: 2024-04-23 18:48:48 UTC


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.