@storepress/create-plugin
v0.6.0
Published
A template to be used with `@wordpress/create-block` to create a StorePress extension.
Maintainers
Readme
@storepress/create-plugin
This is a template for @wordpress/create-block Scaffolding StorePress Plugin.
Usage
This template can be used by running the following command:
npx @wordpress/create-block@latest extension-name --namespace=storepress --template @storepress/create-plugin --target-dir .Navigate to the newly created folder and get started.
cd my-extension-name
npm i # Install dependencies
npm start # Start developing
npx @wp-now/wp-now start # Start Wordpress environmentDevelopment
For development on this tool itself, you can also install from a local directory.
npx @wordpress/create-block@latest example-extension-name --template ./create-plugin Add Tests
Please check Base Plugin to add test and others.
This is a template to used with @wordpress/create-block to create a StorePress Plugin starting point.
