0.1.3 • Published 7 months ago

create-wc-extension v0.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

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 i create-wc-extension
create-wc-extension my-extension

// opsional
create-wc-extension my-extension extension-type

// extension-type: If you are going to create a direct WordPress plugin, you can leave it blank. However, if you are going to use it under a theme, you will need to write "theme". Thus, it will be designed to work under the theme.

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
0.1.3

7 months ago

0.1.2

8 months ago

0.1.1

8 months ago

0.1.0

8 months ago