https://github.com/rareloop/pebble-installer
https://github.com/rareloop/pebble-installer
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rareloop/pebble-installer
- Owner: Rareloop
- License: mit
- Created: 2018-06-18T16:57:29.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-10-23T11:27:25.000Z (over 4 years ago)
- Last Synced: 2024-03-26T00:04:43.481Z (over 1 year ago)
- Language: PHP
- Size: 23.4 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.