rareloop / lumberjack-bedrock-installer
There is no license information available for the latest version (v2.0.0) of this package.
Package info
github.com/Rareloop/lumberjack-bedrock-installer
pkg:composer/rareloop/lumberjack-bedrock-installer
v2.0.0
2020-10-23 11:13 UTC
Requires
- symfony/console: ^5.1
- symfony/process: ^5.0
This package is auto-updated.
Last update: 2026-02-23 23:24:41 UTC
README
Usage
Install this package globally via Composer:
composer global require rareloop/lumberjack-bedrock-installer
You can then scaffold out a new Lumberjack/Bedrock site using:
lumberjack-bedrock new my-site
The above command will create a folder in your current directory called my-site which contains Bedrock with Lumberjack ready to go.
Options
--with-trellis: Set up the project with Trellis for deployment.--with-hatchet: Also install the Hatchet CLI tool.
Verbosity
You can control the verbosity of messages output by the the installer.
# increase the verbosity of messages lumberjack-bedrock new my-site -v # display all messages, including commands run (useful to debug errors) lumberjack-bedrock new my-site -vvv