Skip to content

Latest commit

 

History

History
 
 

wpplugin

WordPress Plugin Boilerplate

This is a basic bootstrap to develop WordPress plugins using Grunt, Compass, GIT and SVN. You will use your GIT repository as plugin development environment and the WordPress plugin repository as production environment.

This project was made based on WordPress-Plugin-Boilerplate by tommcfarlin.

Requirements

Getting Started

STEP 1: Bootstrap your plugin

STEP 2: In meantime, run the available tasks

# Start Serve and watch for Changes
$ grunt

# Build Plugin
$ grunt build

# Test Plugin
$ grunt spec

# Deploy Plugin
$ grunt deploy

Includes

Changelog

1.0.0
  • Initial version.