d45d7dd64b | ||
---|---|---|
.. | ||
changelog | ||
includes/Admin | ||
languages | ||
src | ||
tests | ||
$slug.php.mustache | ||
.editorconfig.mustache | ||
.eslintrc.js.mustache | ||
.gitignore.mustache | ||
.prettierrc.json.mustache | ||
.wp-env.json.mustache | ||
README.md | ||
README.md.mustache | ||
composer.json | ||
composer.json.mustache | ||
composer.lock | ||
index.js | ||
package.json | ||
webpack.config.js.mustache |
README.md
@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