Bob The Builder
A WordPress plugin to demonstrate new WordPress build system.
★ 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/utsav-ladani/bob-the-builder/archive/refs/heads/main.zipA 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.