Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 390 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 390 Bytes

yeoman-wp_plugin

Got real sick of manually copy/pasting my boilerplate and forgetting to search/replace different strings.

Ensure Yeoman is installed globally, clone this repo, then install the dependencies. Then symlink it so you can run it anywhere.

npm install -g yo

npm install

npm link

Now from any folder, run yo wp_plugin to start the wizard.