20 lines
456 B
Markdown
20 lines
456 B
Markdown
|
# @woocommerce/create-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-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-extension
|
||
|
```
|