0.0.6 • Published 6 years ago

gulpstart-wordpress v0.0.6

Weekly downloads
-
License
ISC
Repository
github
Last release
6 years ago

This package is for setting up a wordpress dev environment with docker.

  1. Create a wordpress project. A recommendation is to use composer to install wordpress-skeleton.
composer create-project wordpress/skeleton your-site
  1. Install gulp and this package
npm i gulp gulpstart-wordpress -D
  1. Make a gulpfile and start with the following
const gulp = require('gulp')
const start = require('gulpstart-wordpress')

start(gulp, {})
  1. Run gulp startDatabase to start mysql docker container
  2. Run gulp startWordpress to start wordpress docker container
  • This package assumes you have docker installed
  • To see all tasks, run gulp --tasks
0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago