generator-wp-plugin
v0.1.1
Published
Yeoman generator for Wordpress plugin
Downloads
10
Readme
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