wp-plugin-init is a Node.js CLI tool that quickly generates a structured WordPress plugin boilerplate with modern tooling and best practices.
Features of wp-plugin-init include WordPress-ready file structure, MVC architecture, PSR-4 compliant autoloading, Vite-powered asset development, and Vue.js support for dynamic admin UI.
Installation of wp-plugin-init involves installing it globally using npm.
Development tips for using wp-plugin-init include smart defaults, automation for plugin headers, namespaces, and dashboard entries, as well as utilizing Vue.js for dynamic forms or settings pages.