CLI
-
Using Plugin Machine To Build Zip Files of WordPress Plugins With Github Actions
Testing WordPress plugins, before they are released is super important. While I’m a big fan of automated testing, that doesn’t mean you don’t need manual testing. If your plugin uses modern tooling and has a PHP and/ or JavaScript build tooling, it’s not easy to get a development version of the plugin for testing. That’s…
-
Creating Installable Zip Files Of WordPress Plugins With Plugin Machine
Plugin Machine helps WordPress plugins with both development and delivery of WordPress plugins. The Plugin Machine CLI can be used for creating automated, predictable “production” ZIP files that are ready to be installed on a WordPress site. In the past, when I’ve been tasked with creating production ready ZIP files for WordPress plugins it’s often…