graft / plugin-skeleton
WordPress Plugin with Graft Framework Project
Installs: 17
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:project
Requires
- graft/framework-core: ^1.0.0
This package is auto-updated.
Last update: 2024-12-06 08:12:32 UTC
README
A WordPress Plugin Skeleton with Graft Framework.
How to use ?
run composer create-project graft/plugin-skeleton [yourPluginName]
in your wp-content/plugins folder.
And that's it !
What contains this Skeleton ?
- The Graft Framework Core
- An Plugin Architectury
- Little code example (Admin Page creation)