helgatheviking / generator-wc-extension

Yeoman generator for a WooCommerce extension

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WooCommerce Extension GeneratorNPM version Build Status Dependency Status

WC-Extension is a Yeoman generator for quickly creating new WooCommerce extensions

Installation

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

License

GPL-3.0 © Kathy Darling

About

Yeoman generator for a WooCommerce extension

License:Other


Languages

Language:PHP 73.9%Language:JavaScript 26.0%Language:SCSS 0.2%