WP Manifestindependent plugin directory
manifest / developer / route-test

Route-Test

A plugin to demonstrate new WordPress build system.

by Iqbal Hossain · github.com/iqbal-web/route-test

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/iqbal-web/route-test/archive/refs/heads/Upstream.zip

A WordPress plugin demonstrating new build system.

Getting Started

Prerequisites

  • Node.js (v20 or higher recommended)
  • npm

Installation & Build

# Install dependencies
npm install

# Build the plugin
npm run build

The compiled assets will be generated and ready for use.

Development

For development with hot-reload:

npm run dev

Contributing

Contributions are welcome! Feel free to submit a Pull Request to add new build tool features demo.