woocommerce/plugins/woocommerce-admin/bin/starter-pack
Darren Ethier 4cd14f5137 Fixes for @woocommerce/dependency-extraction-webpack-plugin (https://github.com/woocommerce/woocommerce-admin/pull/6295)
* switch block-settings alias to settings and fix mapped external

* don’t force compilation of externals to `this` scope.

* update various meta data in package related files (changelog etc)

* update starter pack

Co-authored-by: Paul Sealock <psealock@gmail.com>
2021-02-10 12:55:38 +13:00
..
src Fix Starter Pack styles (https://github.com/woocommerce/woocommerce-admin/pull/3776) 2020-02-28 09:52:59 +13:00
._eslintrc.js Package builds: avoid building dependency-extraction-webpack-plugin (https://github.com/woocommerce/woocommerce-admin/pull/5598) 2020-11-12 22:31:18 +13:00
._gitignore Add starter pack script (https://github.com/woocommerce/woocommerce-admin/pull/3403) 2019-12-16 11:59:35 +13:00
._prettierrc.json Package builds: avoid building dependency-extraction-webpack-plugin (https://github.com/woocommerce/woocommerce-admin/pull/5598) 2020-11-12 22:31:18 +13:00
README.md fixes 2020-11-17 16:11:10 +13:00
_README.md Add starter pack script (https://github.com/woocommerce/woocommerce-admin/pull/3403) 2019-12-16 11:59:35 +13:00
_main.php use is_admin_or_embed_page 2020-11-24 15:25:09 +13:00
_package.json Fixes for @woocommerce/dependency-extraction-webpack-plugin (https://github.com/woocommerce/woocommerce-admin/pull/6295) 2021-02-10 12:55:38 +13:00
_webpack.config.js New Package: DependencyExtractionWebpackPlugin (https://github.com/woocommerce/woocommerce-admin/pull/5198) 2020-10-15 09:50:57 +13:00
starter-pack.js Package builds: avoid building dependency-extraction-webpack-plugin (https://github.com/woocommerce/woocommerce-admin/pull/5598) 2020-11-12 22:31:18 +13:00

README.md

Create Extension

Scaffold a modern JavaScript WordPress plugin with WooCommerce tooling.

Includes

Usage

At the root of a WooCommerce Admin installation, run the create extension command.

npm run create-wc-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.

npm install
npm start