Generator-wordpress-plugin
A wordpress plugin generator for Yeoman.
This will make your life a lot easier as a Wordpress plugin developer. Simply type in your author information, and away you go.
Getting started
- Make sure you have yo installed:
npm install -g yo
- Install the generator:
npm install -g generator-wordpress-plugin
- Run:
yo wordpress-plugin
- Provide the information as it is required
Contributing
I have decided to use specific coding standards on this project:
- Single quotes
'
must not be used. Please use double quotes instead"
. Read why - Tab characters must be used at all times. Tab characters should be set to 4 spaces for best results. Read why
If your editor supports it, the defaults will be loaded.