Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/helgatheviking/generator-wc-extension

Yeoman generator for a WooCommerce extension
https://github.com/helgatheviking/generator-wc-extension

Last synced: about 7 hours ago
JSON representation

Yeoman generator for a WooCommerce extension

Awesome Lists containing this project

README

        

# WooCommerce Extension Generator[![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url]

WC-Extension is a [Yeoman generator](http://yeoman.io) for quickly creating new WooCommerce extensions

## Installation

First, install [Yeoman](http://yeoman.io) using [npm](https://www.npmjs.com/) (we assume you have pre-installed [node.js](https://nodejs.org/)).

```bash
$ npm install -g yo
```

Then to install this generator, clone this repository, enter the directory, and link it to npm:

```bash
$ git clone [email protected]:helgatheviking/generator-wc-extension.git && cd generator-wc-extension
$ npm link
```

Finally, create a new project directory and initiate the generator:

```bash
$ yo wc-extension
```

## License

GPL-3.0 © [Kathy Darling](www.kathyisawesome.com)

[npm-image]: https://badge.fury.io/js/generator-wc-extension.svg
[npm-url]: https://npmjs.org/package/generator-wc-extension
[travis-image]: https://travis-ci.org/helgatheviking/generator-wc-extension.svg?branch=master
[travis-url]: https://travis-ci.org/helgatheviking/generator-wc-extension
[daviddm-image]: https://david-dm.org/helgatheviking/generator-wc-extension.svg?theme=shields.io
[daviddm-url]: https://david-dm.org/helgatheviking/generator-wc-extension