Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/helgatheviking/generator-wc-extension
- Owner: helgatheviking
- License: other
- Created: 2016-01-10T03:37:41.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2020-11-25T15:27:40.000Z (almost 4 years ago)
- Last Synced: 2024-11-03T10:33:03.390Z (14 days ago)
- Language: PHP
- Size: 45.9 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-woocommerce - WC Extension - Yeoman generator for a WooCommerce extension. (Handy Code Snippets and Plugins)
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