Skip to content

WordPressUtilities/WPUPluginCreator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WPU Plugin Creator

Quickly Create a WordPress Plugin

How to install on your machine

Go to your favorite tools folder :

git clone https://github.com/WordPressUtilities/WPUPluginCreator

Add CLI shortcut :

. WPUPluginCreator/inc/installer.sh;

Road to MVP

  • Add an installer.
  • Add WPUBasePlugin as submodule for the tool.
  • Ask the plugin name, generate Class Name & Project ID.
  • Generate a simple plugin skeleton with basic hooks.

Features

  • Add translation (ask language).
  • Add a settings page.
  • Load CSS in back-office.
  • Load JS in back-office.
  • Load CSS in front-office.
  • Load JS in front-office.
  • Add an admin page.
  • Add a database option.
  • Add messages.
  • [~] Register a post-type (ask id / name).
  • Default content for generated CSS/JS assets (with placeholder replace).
  • Register a taxonomy (ask id / name).
  • Add a plugin update option.
  • Unit tests.

Quality of life

  • Self update.
  • Ask the plugin repository ( to clone or add as a remote )
  • Check if this is a WordPress plugin folder ? ( Just an alert, non blocking )

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages