Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 513 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 513 Bytes

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