WP Manifestindependent plugin directory
manifest / ecommerce / slicewp-affiliate-matrix-manager

SliceWP - Affiliate Matrix Manager

#210148 - Frank - WordPress Plugin SliceWP

by Reza A. · github.com/altprjcts/slicewp-affiliate-matrix-manager

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/altprjcts/slicewp-affiliate-matrix-manager/archive/refs/heads/main.zip

This repository holds the source codes of the plugin. To be able to install the plugin in WP, you would need to build it first.

You can also download the installable plugin from each release in the Git repository.

How to build the plugin

Make sure Node.js, npm and Composer are installed on your system.

  1. In the plugin root directory, run:
    npm install
    composer install
  2. Then run the following command, it generates a folder with name of the plugin. You can zip it and install it in WP.
    npm run release

You can also check package.json file for more commands.