0.0.27 • Published 11 months ago

@storepress/create-plugin v0.0.27

Weekly downloads
-
License
GPL-2.0-or-later
Repository
github
Last release
11 months ago

@storepress/create-plugin

This is a template for @wordpress/create-block to create StorePress Plugin.

Usage

This template can be used by running the following command:

npx @wordpress/create-block@latest --template @storepress/create-plugin my-extension-name --target-dir .

Navigate to the newly created folder and get started.

cd my-extension-name
chmod +x ./tools/package.js     # Make Package JS Executable.
npm i                           # Install dependencies
npm start                       # Start developing
npx @wp-now/wp-now start        # Start Wordpress environment

Development

For development on this tool itself, you can also install from a local directory.

npx @wordpress/create-block@latest --template ./path/to/storepress/create-plugin my-extension-name

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.

0.0.27

11 months ago

0.0.20

1 year ago

0.0.21

1 year ago

0.0.22

1 year ago

0.0.23

1 year ago

0.0.24

1 year ago

0.0.25

1 year ago

0.0.18

1 year ago

0.0.19

1 year ago

0.0.26

1 year ago

0.0.17

2 years ago

0.0.16

2 years ago

0.0.15

2 years ago

0.0.14

2 years ago

0.0.13

2 years ago

0.0.12

2 years ago

0.0.11

2 years ago

0.0.10

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago