mrkoopie / wp-plugin-bootstrap
The simple plugin bootstrap
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 1
Type:wordpress-plugin
This package is not auto-updated.
Last update: 2022-08-06 08:14:43 UTC
README
Your easy-to-use WordPress Plugin Boilerplate.
This solution provides a base file structure with composer and gulp to improve your development speed. The WP Plugin Bootstrap is still in early development, but can be used as a base to develop your plugin with. Check out the issues for the feature roadmap.
How to use the boilerplate?
- Clone the repo and edit the namespace.
- Run
npm install
- Run
composer install
- Rename the folder and wp-plugin-bootstrap.php to the slug of your plugin.
- Open app/Helpers/plugin.php and set the version and slug of your plugin.
License
Apache 2.0
Use of this bootstrap file is at your own risk.
Author
Daniel Koop