0.1.3 • Published 2 years ago

create-wc-extension v0.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years 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

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago