WC-Extension is a Yeoman generator for quickly creating new WooCommerce extensions
First, install Yeoman using npm (we assume you have pre-installed node.js).
$ npm install -g yo
Then to install this generator, clone this repository, enter the directory, and link it to npm:
$ git clone git@github.com:helgatheviking/generator-wc-extension.git && cd generator-wc-extension
$ npm link
Finally, create a new project directory and initiate the generator:
$ yo wc-extension
GPL-3.0 © Kathy Darling