0.1.1 • Published 11 years ago

generator-wp-plugin v0.1.1

Weekly downloads
2
License
-
Repository
github
Last release
11 years ago

generator-wp-plugin

Yeoman generator for Wordpress plugin.

Getting Started

Install the generator

# make sure you have the Yeoman installed
$ npm install -g yo

# now we can install the Wordpress plugin generator
$ npm install -g generator-wp-plugin

How to use it

# Create the plugin directory, for example `test`
$ mkdir test && cd $_

# Inside the plugin directory, run the generator
$ yo wp-plugin

MIT License