WPBP / WordPress-Plugin-Boilerplate-Powered

Wordpress Plugin Boilerplate but Powered with examples and a generator!
https://wpbp.github.io/
GNU General Public License v3.0
782 stars 116 forks source link

[Feature] Allow People install plugin through GitHub repository #245

Open ronald2wing opened 1 month ago

ronald2wing commented 1 month ago

Is your feature request related to a problem? Please describe. People are using Bedrock and using Composer to install plugins. I would like to have guidance on installing plugins from the repository.

Describe the solution you'd like Make it easier for people to install the plugin from Composer after creating the plugin.

Describe alternatives you've considered Try to upload the plugin to GitHub after zip, but it will contain all the vendor and all the compiled JS files.