wpify/plugin-skeleton

Wpify Plugin Skeleton

Installs: 207

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:project

pkg:composer/wpify/plugin-skeleton

3.1.6 2023-11-10 14:50 UTC

README

Plugin skeleton with theme by WPify

How to setup project?

  1. Go to the wp-content/plugins folder in terminal
  2. Run composer create-project wpify/plugin-skeleton my-plugin-name command (replace my-plugin-name with real slug of the plugin)
  3. Activate the newly created plugin and start developing!