azi/pine

pine - A CLI installer for timber.

2.3.5 2018-11-24 22:11 UTC

README

Pine Github cover image

pine - A CLI installer for timber

A CLI tool written in PHP based on symfony console to easily create a WordPress (Timber) project.

Pine Animated Demo

Installation

composer global require azi/pine

Dont't forget to add $HOME/.composer/vendor/bin in your path

Usage

pine new blog

This will download and install wordpress as well as timber with basic theme directory structure

Asking for specific WordPress version

pine new blog 4.6

Options

Option Description Default Value Required
--prefix The database table prefix, By default pine uses the project name as prefix for example If you run pine new blog the table prefix will becose blog_ Project name No
--skip-install If passed pine will skip the WordPress installation step. - No
--npm If passed pine will run npm install in the newly generated theme. - NO