2020-11-16 00:04:53 +00:00
# Create Extension
2020-11-16 00:07:14 +00:00
Scaffold a modern JavaScript WordPress plugin with WooCommerce tooling.
2020-11-16 00:04:53 +00:00
## Includes
- [wp-scripts ](https://github.com/WordPress/gutenberg/tree/master/packages/scripts )
2022-04-07 08:50:40 +00:00
- [WooCommerce Dependency Extraction Webpack Plugin ](https://github.com/woocommerce/woocommerce/tree/trunk/packages/js/dependency-extraction-webpack-plugin )
- [WooCommerce ESLint Plugin with WordPress Prettier ](https://github.com/woocommerce/woocommerce/tree/trunk/packages/js/eslint-plugin )
2020-11-16 00:04:53 +00:00
### Usage
```
2023-12-06 17:32:32 +00:00
pnpm create-extension
2020-11-16 00:04:53 +00:00
```
2020-11-16 00:07:14 +00:00
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.
2020-11-16 00:04:53 +00:00
```
2022-03-04 04:01:16 +00:00
pnpm install
pnpm start
2020-11-16 00:04:53 +00:00
```