woocommerce/tools/create-extension
Christopher Allford 95bc1189e5
Update `wireit` & Optimize Builds (#43595)
This bumps the version to 0.14.3 so that we can take advantage of some
upstream improvements. It also makes some changes to the way our
builds and watches work to minimize the number of unnecessary
Node processes involved in the execution.
2024-01-15 14:06:55 -08:00
..
src Update `create-extension` to work in monorepo context (#32514) 2022-04-26 08:51:35 +12:00
._eslintrc.js fix: fixed all instances of translator lint rule violations (#41450) 2023-11-16 19:15:11 +08: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 Removed Unnecessary `run` From `pnpm` 2023-12-09 14:36:22 -08:00
_README.md Fix create-extension bugs (#39703) 2023-08-16 12:12:33 +12:00
_main.php Update method_exists call. 2023-06-13 14:53:24 -07:00
_package.json Fix create-extension bugs (#39703) 2023-08-16 12:12:33 +12: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 Update `wireit` & Optimize Builds (#43595) 2024-01-15 14:06:55 -08:00

README.md

Create Extension

Scaffold a modern JavaScript WordPress plugin with WooCommerce tooling.

Includes

Usage

pnpm 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