generator-gulp-wordpress

Gulp and WordPress generator to make working with WordPress suck a little less

Usage no npm install needed!

<script type="module">
  import generatorGulpWordpress from 'https://cdn.skypack.dev/generator-gulp-wordpress';
</script>

README

Gulp and wordpress generator.

Makes working with WordPress suck a little less.

Install tools

WP-CLI

curl -O https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar

chmod +x wp-cli.phar

sudo mv wp-cli.phar /usr/local/bin/wp

Yeoman and Gulp

npm install -g yo gulp

Generator

npm i generator-gulp-wordpress -g

Run generator

yo gulp-wordpress

Additional WP-CLI information