shoetten/bedrock-gulp

This package is abandoned and no longer maintained. No replacement package was suggested.

A modern WordPress stack

1.1.2 2016-10-16 21:35 UTC

This package is not auto-updated.

Last update: 2020-01-24 16:18:36 UTC


README

This repo combines the wordpress boilerplate Bedrock, with the gulp integrations from wordpress-gulp-starter-kit.

I use this and VVV as a starting point for my wordpress projects.

How to use

Getting started

Make sure you have composer, npm (comes with node) and gulp installed.

Then create a new project by running:

composer create-project shoetten/bedrock-gulp <path>
cd <path>

If everything worked out alright, you can fire up gulp and start developing your theme, located at /src/.

Install a wordpress plugin

Search through wordpress plugins on WordPress Packagist and install & activate it by running

composer require wpackagist-plugin/<plugin-name>
wp plugin activate <plugin-name>

CREDITS

All credit goes to the authors of the original libraries - Bedrock and the wordpress-gulp-starter-kit.

LICENSE

Licensed under the GPL 3.0.