Skip to content

Instantly share code, notes, and snippets.

@collegeman
Last active November 26, 2016 21:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save collegeman/6069de3b91663b879d19ee0eafd7fb38 to your computer and use it in GitHub Desktop.
Save collegeman/6069de3b91663b879d19ee0eafd7fb38 to your computer and use it in GitHub Desktop.
What do we want to be able to do with WorkBench?

What do we want to be able to do with WorkBench?

WP-CLI extensions:

  • wp plugin create {plugin-folder-name}

    Should invoke FatPanda\WordPress\PluginWorkbench::createPlugin to start interactive plugin wizard

  • wp plugin create-controller {plugin-folder-name} {ControllerName} [{PhpNamespace}]

    Should invoke FatPanda\WordPress\PluginWorkbench::createController, to be developed

  • wp plugin create-custom-post-type {plugin-folder-name} {PostTypeName} [{PhpNamespace}]

    Should invoke FatPanda\WordPress\PluginWorkbench::createCustomPostType, to be developed

  • wp plugin create-taxonomy {plugin-folder-name} {TaxonomyClassName} [{PhpNamespace}]

    Should invoke FatPanda\WordPress\PluginWorkbench::createTaxonomyName, to be developed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment