@artale/pi-wordpress

WordPress integration for Pi: WP-CLI wrapper, plugin scaffolding, theme tools

Package details

package

Install @artale/pi-wordpress from npm and Pi will load the resources declared by the package manifest.

$ pi install npm:@artale/pi-wordpress
Package
@artale/pi-wordpress
Version
1.0.0
Published
Apr 21, 2026
Downloads
86/mo · 8/wk
Author
artale
License
MIT
Types
package
Size
11 KB
Dependencies
0 dependencies · 0 peers
Pi manifest JSON
{
  "commands": [
    "wordpress",
    "wp"
  ],
  "tools": [
    "wp_scaffold_plugin",
    "wp_scaffold_theme",
    "wp_info",
    "wp_user"
  ]
}

Security note

Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.

README

@artale/pi-wordpress

WordPress integration for Pi: WP-CLI wrapper, plugin scaffolding, theme tools.

Commands

pi wp info              → WordPress status, version, plugins
pi wp user list         → List WordPress users
pi wp scaffold-plugin <name> → Create plugin structure
pi wp scaffold-theme <name>  → Create theme structure

Tools

  • wp_info - Get WordPress info
  • wp_user - Manage users
  • wp_scaffold_plugin - Create plugin
  • wp_scaffold_theme - Create theme

Install

npm install -g @artale/pi-wordpress

Features

  • WP-CLI wrapper (if installed)
  • Plugin scaffolding with modern structure
  • Theme scaffolding with asset pipeline
  • User management
  • Works with existing WordPress installs