WP Manifestindependent plugin directory
manifest / forms / rac-seo-calculator

SEO Calculator

#192741 - Neal - WordPress Formidable Forms API call within form - jQuery

by Reza A. · github.com/altprjcts/rac-seo-calculator

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/rac-seo-calculator/archive/refs/heads/master.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.

How to build the plugin

Make sure Node.js is installed on your system.

  1. In the plugin root directory, run:
    npm 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.