Introducing Automated WordPress Plugin Boilerplate

I’ve created a forked version of the popular WordPress Plugin Boilerplate. This new version uses a python script/GUI that completely automates the renaming of every file, every function, and every class name. No more missing a file name or function to match your new plugin name.

Check out the README and follow the instructions on the repo to get started. Questions, comments, feature requests are all welcomed.

WordPress and Automating – Using Gulp for WordPress Automation

Gulp can help you automate daily routine tasks. In this article you will see basic stuff you can automate doing WordPress development. Lets see how gulp can save you a healthy amount of time every day and improve the quality of your product too. | Difficulty: Beginner; Length: Short; Tags: WordPress, CMS, Web Development, JavaScript, WordPress Plugins

Source: Using Gulp for WordPress Automation – Tuts+ Code Tutorial

Resource – Intro to Grunt by Chris Coyier on 24 Ways

Grunt.js

Link:

http://24ways.org/2013/grunt-is-not-weird-and-hard/

Description:

Fantastic resource on getting started with Grunt.js. Practical implementations of script concats, minimizing, and automation. Recommend as a simple resource and starting template for many common web site tasks.

Notes: