WPMU DEV Plugin Test - Forminator Developer Position
A wordpress plugin to test coding skills
by PLEASE ADD YOU FULL NAME HERE · github.com/arifmuhammad01/wpmudev-plugin-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/arifmuhammad01/wpmudev-plugin-test/archive/refs/heads/main.zipWPMUDEV Test Plugin
This is a plugin that can be used for testing coding skills for WordPress and PHP.
Development
Composer
Install composer packages
composer install
Build Tasks (npm)
Everything should be handled by npm.
Install npm packages
npm install
| Command | Action |
|---|---|
npm run watch |
Compiles and watch for changes. |
npm run compile |
Compile production ready assets. |
npm run build |
Build production ready bundle inside /build/ folder |