woocommerce/packages/js/integrate-plugin
Christopher Allford 1c30563ffc
Separate PHP and JS Unit Tests (#40639)
Since some projects might have both kinds of tests we are
going to have a `test:php` and a `test:js` script for each.
2023-10-06 15:41:47 -07:00
..
bin Add initial migration script (#40564) 2023-10-05 09:35:50 -03:00
changelog Separate PHP and JS Unit Tests (#40639) 2023-10-06 15:41:47 -07:00
src Add initial migration script (#40564) 2023-10-05 09:35:50 -03:00
typings Add initial migration script (#40564) 2023-10-05 09:35:50 -03:00
.eslintrc.js Add initial migration script (#40564) 2023-10-05 09:35:50 -03:00
.npmrc Add initial migration script (#40564) 2023-10-05 09:35:50 -03:00
README.md Add initial migration script (#40564) 2023-10-05 09:35:50 -03:00
babel.config.js Add initial migration script (#40564) 2023-10-05 09:35:50 -03:00
changelog.md Add initial migration script (#40564) 2023-10-05 09:35:50 -03:00
composer.json Add initial migration script (#40564) 2023-10-05 09:35:50 -03:00
composer.lock Add initial migration script (#40564) 2023-10-05 09:35:50 -03:00
jest.config.json Add initial migration script (#40564) 2023-10-05 09:35:50 -03:00
package.json Separate PHP and JS Unit Tests (#40639) 2023-10-06 15:41:47 -07:00
tsconfig-cjs.json Add initial migration script (#40564) 2023-10-05 09:35:50 -03:00
tsconfig.json Add initial migration script (#40564) 2023-10-05 09:35:50 -03:00

README.md

@woocommerce/integrate-plugin

Integrate plugin is a tool to help existing WordPress plugins get set up with JavaScript & React in order to extend and create Blocks. The tool can also be used for scaffolding block examples.