woocommerce/packages/js/extend-cart-checkout-block
Christopher Allford eca3d9754c Add Wireit: Remaining Packages 2023-12-09 14:09:14 -08:00
..
changelog 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 extend-cart-checkout-block dependency 2023-03-14 11:57:22 +07:00
$slug-blocks-integration.php.mustache Update extend-cart-checkout-block dependency 2023-03-14 11:57:22 +07:00
$slug.php.mustache Update `@woocommerce/extend-checkout-block` to include an example of a forced inner block (#33833) 2022-10-27 01:28:44 -07:00
.editorconfig.mustache Update extend-cart-checkout-block dependency 2023-03-14 11:57:22 +07:00
.eslintignore.mustache Add `@woocommerce/extend-cart-checkout-block` package (#32323) 2022-05-25 23:44:31 +12:00
.eslintrc.js.mustache Add `@woocommerce/extend-cart-checkout-block` package (#32323) 2022-05-25 23:44:31 +12:00
.gitignore Extend cart checkout block package: Prep for publish (#33355) 2022-06-10 15:25:17 +12:00
.gitignore.mustache Add `@woocommerce/extend-cart-checkout-block` package (#32323) 2022-05-25 23:44:31 +12:00
.nvmrc.mustache Update extend-cart-checkout-block dependency 2023-03-14 11:57:22 +07:00
.wp-env.json.mustache Move .wp-env.json.mustache to root folder 2023-03-28 12:05:58 +07:00
CHANGELOG.md Automated change: Prep @woocommerce/extend-cart-checkout-block for release. 2023-04-26 00:53:18 +00:00
README.md Update extend-cart-checkout-block dependency 2023-03-14 11:57:22 +07:00
README.md.mustache Add `@woocommerce/extend-cart-checkout-block` package (#32323) 2022-05-25 23:44:31 +12:00
composer.json Update changelogger to 3.3.0 to support PR number capturing with merge (#36266) 2023-01-05 14:42:51 +05:30
composer.lock Update changelogger to 3.3.0 to support PR number capturing with merge (#36266) 2023-01-05 14:42:51 +05:30
index.js Update extend-cart-checkout-block dependency 2023-03-14 11:57:22 +07:00
package.json Add Wireit: Remaining Packages 2023-12-09 14:09:14 -08:00
project.json Revert "Refactoring Task Infrastructure" (#41928) 2023-12-06 11:36:12 -08:00
webpack.config.js.mustache Update extend-cart-checkout-block dependency 2023-03-14 11:57:22 +07:00

README.md

@woocommerce/extend-cart-checkout-block

This is a template to be used with @wordpress/create-block to create a WooCommerce Blocks extension starting point.

Installation

From your plugins directory run:

npx @wordpress/create-block -t @woocommerce/extend-cart-checkout-block your_extension_name

When this has completed, go to your WordPress plugins page and activate the plugin.

Add some items to your cart and visit the Checkout block, notice there is additional data on the block that this template has added.

Installing wp-prettier (optional)

WooCommerce Blocks uses wp-prettier to format the JS files. If you want to use wp-prettier, you will need to run the following command:

nvm use && npm i --D "prettier@npm:wp-prettier@latest"

Installing wp-env (optional)

wp-env lets you easily set up a local WordPress environment for building and testing your extension. If you want to use wp-env, you will need to run the following command:

nvm use && npm i -D @wordpress/env && npm set-script wp-env "wp-env"