woocommerce/tools/create-extension
RJ b61b86545a
fix: fixed all instances of translator lint rule violations (#41450)
* fix: fixed all instances of translator lint rule violations

* Add changefile(s) from automation for the following project(s): @woocommerce/eslint-plugin, @woocommerce/components, woocommerce

* fix i18n lint violations in @woo/components

* fix all i18n lint rule violations in @woo/product-editor

* Add changefile(s) from automation for the following project(s): @woocommerce/product-editor, @woocommerce/eslint-plugin, @woocommerce/components, woocommerce

* empty commit to trigger CI

---------

Co-authored-by: github-actions <github-actions@github.com>
2023-11-16 19:15:11 +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 Update `create-extension` to work in monorepo context (#32514) 2022-04-26 08:51:35 +12: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 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