woocommerce/tools/create-extension/README.md

740 B

Create Extension

Scaffold a modern JavaScript WordPress plugin with WooCommerce tooling.

Includes

Usage

pnpm run create-extension

The script will create a sibling directory by a name of your choosing. Once you change directories into the new folder, install dependencies and start a development build.

pnpm install
pnpm start