import { Head, Notes,Image } from 'mdx-deck' import { code,future, highlight, } from '@mdx-deck/themes' export const theme = { ...future, ...highlight,...code,...{ colors: { background:'rgb(1, 116, 162)' }, h1: { textTransform: 'uppercase', letterSpacing: '0.1em' }, styles: { h1: { textAlign: 'center', }, a: { color: 'white' } } } }
<title> The Modern WordPress Plugin Development Toolset (Part 2) </title>Josh Pollock | @josh412 | JoshPress.net
- PHP & JavaScript Engineer
- Working on Plugin Machine
- WordPress core contributor
- ex: 10up, Ninja Forms, Caldera Forms, Pods.
-
Plugin developers
-
Anyone who writes PHP and JavaScript for WordPress
PluginMachine takes care of the repetitive and often frustrating parts of WordPress plugin development.
- Use invite code "wppgh_12" for free trial.
- Developers who write custom code for WordPress sites.
- Freelancers and agencies
- Developers of plugins that are distributed.
- Commercial plugin developers and freelancers
- Developers who are new to WordPress
- Focus on PHP, CSS and JavaScript, not tooling.
- Generatates plugin start points with all the tooling you need.
- CLI for adding additional plugin features.
- CLI and API for creating and deleting install ready ZIP files.
- What we use to build plugins, themes and sites.
- View Slides Part One
- IDE
- Local Development Environment
- Dependency Management
- Automated Testing
- Compiling and Optimizing JS(X) and (SCSS)
- Code Quality
- CI/ CD
- Save time
- Need automated testing, local development environment and/ or CI/CD.
- Want to learn to build quality, maintainabile plugins.
- PluginMachine.com/register
- Use invite code "wppgh_12" for free trial.
Josh Pollock | @josh412 | JoshPress.net