20 lines
468 B
Markdown
20 lines
468 B
Markdown
# @woocommerce/create-woo-extension
|
|
|
|
This is a template to be used with `@wordpress/create-block` to create a WooCommerce Extension starting point.
|
|
|
|
## Installation
|
|
|
|
```
|
|
npx @wordpress/create-block -t @woocommerce/create-woo-extension
|
|
```
|
|
|
|
When this has completed, go to your WordPress plugins page and activate the plugin.
|
|
|
|
## Development
|
|
|
|
Install from a local directory.
|
|
|
|
```
|
|
npx @wordpress/create-block -t ./path/to/woocommerce/packages/js/create-woo-extension
|
|
```
|