woocommerce/tools/create-extension
Sam Seay 4a2fd63b99
Use syncpack customTypes to keep pnpm and node in sync. Update pnpm to 8.6.7 (#39245)
2023-07-18 14:27:18 +12:00
..
src Update `create-extension` to work in monorepo context (#32514) 2022-04-26 08:51:35 +12:00
._eslintrc.js Update `create-extension` to work in monorepo context (#32514) 2022-04-26 08:51:35 +12:00
._gitignore Update `create-extension` to work in monorepo context (#32514) 2022-04-26 08:51:35 +12:00
._prettierrc.json Update `create-extension` to work in monorepo context (#32514) 2022-04-26 08:51:35 +12:00
._wp-env.json Update `create-extension` to work in monorepo context (#32514) 2022-04-26 08:51:35 +12:00
README.md Update `create-extension` to work in monorepo context (#32514) 2022-04-26 08:51:35 +12:00
_README.md Update `create-extension` to work in monorepo context (#32514) 2022-04-26 08:51:35 +12:00
_main.php Update method_exists call. 2023-06-13 14:53:24 -07:00
_package.json Update the @woocommerce/eslint-plugin and fix bugs (#36988) 2023-03-02 11:36:38 +13:00
_webpack.config.js Update `create-extension` to work in monorepo context (#32514) 2022-04-26 08:51:35 +12:00
index.js Update `create-extension` to work in monorepo context (#32514) 2022-04-26 08:51:35 +12:00
package.json Use syncpack customTypes to keep pnpm and node in sync. Update pnpm to 8.6.7 (#39245) 2023-07-18 14:27:18 +12:00

README.md

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