An open API service indexing awesome lists of open source software.

https://github.com/rareloop/pebble-installer


https://github.com/rareloop/pebble-installer

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Installer for a Lumberjack & Primer site with Bedrock

## 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](https://roots.io/trellis/) for deployment.
- `--with-hatchet`: Also install the [Hatchet CLI](https://github.com/Rareloop/hatchet) tool.